2017 © Pedro Peláez
 

library config-loader

Symfony 2 config component extra loaders

image

ebidtech/config-loader

Symfony 2 config component extra loaders

  • Friday, February 26, 2016
  • by ebidtech
  • Repository
  • 13 Watchers
  • 0 Stars
  • 132,013 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 4 % Grown

The README.md

Config Loader

Symfony 2 config component extra loaders., (*1)

Latest Stable Version Build Status Coverage Status Scrutinizer Quality Score Dependency Status, (*2)

Requirements

  • PHP >= 5.4

Installation

The recommended way to install is through composer., (*3)

Just create a composer.json file for your project:, (*4)

``` json { "require": { "ebidtech/config-loader": "@stable" } }, (*5)


**Tip:** browse [`ebidtech/config-loader`](https://packagist.org/packages/ebidtech/config-loader) page to choose a stable version to use, avoid the `@stable` meta constraint. And run these two commands to install it: ```bash $ curl -sS https://getcomposer.org/installer | php $ composer install

Now you can add the autoloader, and you will have access to the library:, (*6)

<?php

require 'vendor/autoload.php';

Usage

You should read about Symfony 2 config component., (*7)

Example of simple use:, (*8)

use EBT\ConfigLoader\YamlFileLoader;

$yamlLoader = new YamlFileLoader();
// this will read the file and return it as array
$content = $yamlLoader->load(__DIR__ . '/test.yml');

Contributing

See CONTRIBUTING file., (*9)

Credits

License

Config loader library is released under the MIT License. See the bundled LICENSE file for details., (*10)

The Versions

26/02 2016

dev-master

9999999-dev http://github.com/ebidtech/config-loader

Symfony 2 config component extra loaders

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ebidtech

php json config library symfony yaml loader

26/02 2016

v2.0.0

2.0.0.0 http://github.com/ebidtech/config-loader

Symfony 2 config component extra loaders

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ebidtech

php json config library symfony yaml loader

04/12 2013

v1.1.2

1.1.2.0 http://github.com/ebidtech/config-loader

Symfony 2 config component extra loaders

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ebidtech

php json config library symfony yaml loader

04/12 2013

v1.1.1

1.1.1.0 http://github.com/ebidtech/config-loader

Symfony 2 config component extra loaders

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ebidtech

php json config library symfony yaml loader

30/11 2013

v1.1

1.1.0.0 http://github.com/ebidtech/config-loader

Symfony 2 config component extra loaders

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ebidtech

php json config library symfony yaml loader

30/11 2013

v1.0

1.0.0.0 http://github.com/ebidtech/config-loader

Symfony 2 config component extra loaders

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ebidtech

php json config library symfony yaml loader