2017 © Pedro Peláez
 

library silex-wise

A Silex service provider for Wise.

image

herrera-io/silex-wise

A Silex service provider for Wise.

  • Friday, August 16, 2013
  • by kherge
  • Repository
  • 0 Watchers
  • 6 Stars
  • 12,764 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 11 Versions
  • 1 % Grown

The README.md

Wise for Silex

![Build Status], (*1)

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., (*2)

$app = new Silex\Application();
$app->register(
    new Herrera\Wise\WiseServiceProvider(),
    array(
        'wise.path' => '/path/to/config',
    )
);

Documentation

The Versions

12/06 2013

1.0.x-dev

1.0.9999999.9999999-dev http://github.com/herrera-io/php-silex-wise

A Silex service provider for Wise.

  Sources   Download

MIT

The Requires

 

The Development Requires

config silex