2017 © Pedro PelĂĄez
 

library config-system

Systme de configuration pour php.

image

bemang/config-system

Systme de configuration pour php.

  • Saturday, June 2, 2018
  • by beMang
  • Repository
  • 0 Watchers
  • 0 Stars
  • 40 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 111 % Grown

The README.md

SystĂšme de configuration PHP

Build Status Coverage Status, (*1)

Installation

Need composer, (*2)

composer require bemang/config-system, (*3)

require('vendor/autoload.php');

Usage

    use bemang\Config;
    $config = Config::getInstance(); //For get single instance
    $config->define('test', 'hello'); //For define key
    $config->get('test'); //For get key

    $config->define([
        'test' => 123,
        'test3' => ['Jean', 'Yves']
    ]); //Define multiple key

    $config->has('test'); //Verify a key

    $config->delete('test'); //Delete a key

The Versions

02/06 2018

dev-master

9999999-dev

Systme de configuration pour php.

  Sources   Download

MIT

The Development Requires

by Avatar beMang

02/06 2018

1.1.0

1.1.0.0

Systme de configuration pour php.

  Sources   Download

MIT

by Avatar beMang

02/06 2018

dev-develop

dev-develop

Systme de configuration pour php.

  Sources   Download

MIT

by Avatar beMang

22/05 2018

dev-baseConfig

dev-baseConfig

Systme de configuration pour php.

  Sources   Download

MIT

by Avatar beMang

21/05 2018

1.0.0

1.0.0.0

Systme de configuration pour php.

  Sources   Download

MIT

The Development Requires

by Avatar beMang

19/05 2018

0.0.0

0.0.0.0

Systme de configuration pour php.

  Sources   Download

MIT

by Avatar beMang