PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kjell-Inge Gustafsson   Gectrl PHP Generic Controller Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gectrl PHP Generic Controller Class
Controller class that delegates in action classes
Author: By
Last change: 1.01
Date: 3 years ago
Size: 529 bytes
 

Contents

Class file image 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" } }