Recommend this page to a friend! |
Classes of Kjell-Inge Gustafsson | > | Gectrl PHP Generic Controller Class | > | composer.json | > | Download |
|
|
![]() |
{ "name": "kigkonsult/gectrl", "description": "Generic controller, MVC", "minimum-stability": "stable", "license": "LGPL-3.0-or-later", "authors": [ { "name": "Kjell-Inge Gustafsson", "email": "ical@kigkonsult.se" } ], "autoload": { "files": ["autoload.php"], "psr-4": { "Kigkonsult\\Gectrl\\": ["src/"] } }, "require": { "php": "^7.0", "ext-mbstring": "*", "kigkonsult/keyvaluemgr": "dev-master" }, "require-dev": { "phpunit/phpunit": "6.5.14" } } |