allmarkedup / silextend
Various extensions for Silex
Installs: 225
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/allmarkedup/silextend
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