2017 © Pedro Peláez
 

library silex-config-service-provider

Silex Config Service Provider

image

jowy/silex-config-service-provider

Silex Config Service Provider

  • Wednesday, April 29, 2015
  • by Atriedes
  • Repository
  • 1 Watchers
  • 0 Stars
  • 165 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Silex Config Service provider

Provide Configuration Service for Silex, (*1)

Usage

Installation

For yaml based config, (*2)


$this->app->register(new ConfigServiceProvider("path/to/config.yml"));

For php array based config, (*3)


$this->app->register(new ConfigServiceProvider("path/to/config.php"));

Access Config

$app["config"]->get("key/subkey/subsubkey");

License

MIT, see LICENSE, (*4)

The Versions

29/04 2015

dev-master

9999999-dev

Silex Config Service Provider

  Sources   Download

MIT

The Requires

 

The Development Requires

by Prasetyo Wicaksono

29/04 2015

v1.1.2

1.1.2.0

Silex Config Service Provider

  Sources   Download

MIT

The Requires

 

The Development Requires

by Prasetyo Wicaksono

17/04 2015

v1.1.1

1.1.1.0

Silex Config Service Provider

  Sources   Download

MIT

The Requires

 

The Development Requires

by Prasetyo Wicaksono

13/04 2015

v1.1.0

1.1.0.0

Silex Config Service Provider

  Sources   Download

MIT

The Requires

 

The Development Requires

by Prasetyo Wicaksono

02/04 2015

v1.0.1

1.0.1.0

Silex Config Service Provider

  Sources   Download

MIT

The Requires

 

The Development Requires

by Prasetyo Wicaksono

31/03 2015

v1.0.0

1.0.0.0

Silex Config Service Provider

  Sources   Download

MIT

The Requires

 

The Development Requires

by Prasetyo Wicaksono