dev-master
9999999-devSimple Container for PHP & Zend Expressive
MIT
The Requires
- php >=5.5
The Development Requires
by Gabi DJ
routing router simple routing text match routing
Wallogit.com
2017 © Pedro Peláez
Simple Container for PHP & Zend Expressive
Simple Container for Expressive, (*1)
Simple Container created for understanding (basic) Container mechanism in Zend Expressive, (*2)
Installation:, (*3)
composer require 'gabidj/scontainer'
<?php use GabiDJ\Expressive\SContainer\SContainer as Container ; // Load configuration $config = require __DIR__ . '/config.php'; // Build container with given config $container = new Container($config); return $container;
Your /config/container.php file should reflect these settings in order to work with SContainer, (*4)
Simple Container for PHP & Zend Expressive
MIT
routing router simple routing text match routing