herrera-io / silex-wise
A Silex service provider for Wise.
Installs: 15 387
Dependents: 2
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 2
pkg:composer/herrera-io/silex-wise
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', ) );