2017 © Pedro Peláez
 

library silex-yaml-config

YAML config service provider.

image

keiii/silex-yaml-config

YAML config service provider.

  • Thursday, September 8, 2016
  • by KEIII
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,458 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 5 % Grown

The README.md

Provides symfony like config style for silex application., (*1)

Installation

composer require keiii/silex-yaml-config

Usage

<?php
$app->register(new \KEIII\YamlConfigServiceProvider\YamlConfigServiceProvider(), [
    'config.path' => __DIR__.'/config',
    // 'config.cache_path' => '/var/tmp',
    // 'config.replacements' => ['root_path' => __DIR__],
    // 'config.env' => 'dev',
    // 'config.index' => 'config.yml',
    // 'config.loader' => LoaderInterface,
]);
$app['config']['key']; // value;

The Versions

08/09 2016

dev-master

9999999-dev https://github.com/KEIII

YAML config service provider.

  Sources   Download

MIT

The Requires

 

The Development Requires

config silex yaml

08/09 2016

2.4

2.4.0.0 https://github.com/KEIII

YAML config service provider.

  Sources   Download

MIT

The Requires

 

The Development Requires

config silex yaml

08/09 2016

dev-silex_1

dev-silex_1 https://github.com/KEIII

YAML config service provider.

  Sources   Download

MIT

The Requires

 

The Development Requires

config silex yaml

08/09 2016

1.4

1.4.0.0 https://github.com/KEIII

YAML config service provider.

  Sources   Download

MIT

The Requires

 

The Development Requires

config silex yaml

08/09 2016

1.3

1.3.0.0 https://github.com/KEIII

YAML config service provider.

  Sources   Download

MIT

The Requires

 

The Development Requires

config silex yaml

08/09 2016

2.3

2.3.0.0 https://github.com/KEIII

YAML config service provider.

  Sources   Download

MIT

The Requires

 

The Development Requires

config silex yaml

02/09 2016

1.2

1.2.0.0 https://github.com/KEIII

YAML config service provider.

  Sources   Download

MIT

The Requires

 

The Development Requires

config silex yaml

02/09 2016

2.2

2.2.0.0 https://github.com/KEIII

YAML config service provider.

  Sources   Download

MIT

The Requires

 

The Development Requires

config silex yaml