allmarkedup / silextend
This package is abandoned and no longer maintained.
No replacement package was suggested.
Various extensions for Silex
dev-master
2015-02-16 17:09 UTC
Requires
- php: >=5.3.0
- symfony/yaml: 2.1.*
This package is not auto-updated.
Last update: 2019-02-20 17:16:47 UTC
README
A few handy extensions for the Silex PHP microframework.
Config extensions are just basically just modified versions of Igor W's ConfigServiceProvider.
Repository Service provider based on Knplabs original version.
Installation
Create a composer.json file in your project's root dir:
{
"require": {
"allmarkedup/silextend": "*"
}
}
and then run:
curl -s http://getcomposer.org/installer | php
php composer.phar install