library environ-service-provider
Environ service provider for Silex micro-framework
neemzy/environ-service-provider
Environ service provider for Silex micro-framework
- Thursday, October 16, 2014
- by neemzy
- Repository
- 1 Watchers
- 0 Stars
- 55 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Environ service provider
Environ service provider for Silex micro-framework, (*1)
Usage
use Neemzy\Silex\Provider\EnvironServiceProvider;
use Neemzy\Environ\Environment;
$app = new Silex\Application();
$app->register(
new EnvironServiceProvider(
[
'env' => new Environment(
function () {
// condition closure
},
function () {
// callback closure
}
)
]
),
);
$app->run();
dev-master
9999999-dev
Environ service provider for Silex micro-framework
Sources
Download
The Requires
by
neemzy