herrera-io / silex-wise
This package is abandoned and no longer maintained.
No replacement package was suggested.
A Silex service provider for Wise.
2.2.0
2013-08-16 00:17 UTC
Requires
- php: >=5.3.3
- herrera-io/wise: ~1.0
Requires (Dev)
- ext-dom: *
- herrera-io/json: ~1.0
- herrera-io/phpunit-test-case: 1.*
- monolog/monolog: 1.*
- phpunit/phpunit: 3.7.*
- silex/silex: ~1.0
- symfony/yaml: ~2.1
README
Wise for Silex integrates the Wise configuration loader with a Silex application. It also allows you to register services and routes through one or more configuration files.
$app = new Silex\Application(); $app->register( new Herrera\Wise\WiseServiceProvider(), array( 'wise.path' => '/path/to/config', ) );