library silextend
Various extensions for Silex
allmarkedup/silextend
Various extensions for Silex
- Monday, February 16, 2015
- by allmarkedup
- Repository
- 0 Watchers
- 0 Stars
- 206 Installations
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Silextend
A few handy extensions for the Silex PHP microframework., (*1)
Config extensions are just basically just modified versions of Igor W's ConfigServiceProvider., (*2)
Repository Service provider based on Knplabs original version., (*3)
Installation
Create a composer.json file in your project's root dir:, (*4)
{
"require": {
"allmarkedup/silextend": "*"
}
}
and then run:, (*5)
curl -s http://getcomposer.org/installer | php
php composer.phar install