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

This package is not auto-updated.

Last update: 2021-12-07 01:37:37 UTC


README

Build Status

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',
    )
);

Documentation