PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Tomas Saghy   Kendo UI PHP Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Kendo UI PHP Framework
Build user interface with Telerik Kendo UI library
Author: By
Last change:
Date: 7 years ago
Size: 453 bytes
 

Contents

Class file image Download
{ "name": "riesenia/kendo", "description": "PHP wrapper for Kendo UI widgets", "license": "MIT", "authors": [ { "name": "Tomas Saghy", "email": "segy@riesenia.com" } ], "require": { "php": ">=5.4" }, "require-dev": { "phpspec/phpspec": "~2.0" }, "autoload": { "psr-4": { "Riesenia\\Kendo\\": "src/" } } }