Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

kherge-archive/php-silex-wise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wise for Silex

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

About

A Silex service provider for Wise.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages