2017 © Pedro Peláez
 

library config

image

php-platform/config

  • Tuesday, June 6, 2017
  • by Raaghu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,641 Installations
  • PHP
  • 8 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

PHP Platform Configuration

This package provides uniform APIs for configuring package specific settings in PHP Platform, (*1)

Build Status, (*2)

Usage

  • add a file named config.json in the root of the package
  • to read a setting use ``` PHP PhpPlatform\Config\Settings::getSettings($package,$setting)
where ``$package`` is package name and ``$setting`` is a required setting


## Example
_config.json_ in package named __phpplatform/mypackage__
``` JSON
{
    "logs":{
        "error":"/logs/error.log",
        "debug":"/logs/debug.log"
    }
}

to read logs.error PHP PhpPlatform\Config\Settings::getSettings('phpplatform/mypackage','logs.error');, (*3)

The Versions

06/06 2017

v0.1.x-dev

0.1.9999999.9999999-dev https://github.com/PHPPlatform/config

  Sources   Download

The Requires

 

The Development Requires

settings config php-platform

06/06 2017

dev-master

9999999-dev https://github.com/PHPPlatform/config

  Sources   Download

The Requires

 

The Development Requires

settings config php-platform

06/06 2017

v0.1.4

0.1.4.0 https://github.com/PHPPlatform/config

  Sources   Download

The Requires

 

The Development Requires

settings config php-platform

08/03 2017

v0.1.3

0.1.3.0 https://github.com/PHPPlatform/config

  Sources   Download

The Requires

 

The Development Requires

settings config php-platform

12/01 2017

v0.1.2

0.1.2.0 https://github.com/PHPPlatform/config

  Sources   Download

The Requires

 

The Development Requires

settings config php-platform

09/01 2017

v0.1.1

0.1.1.0 https://github.com/PHPPlatform/config

  Sources   Download

The Requires

  • php >=5.3

 

The Development Requires

settings config php-platform

27/12 2016

v0.1.0

0.1.0.0 https://github.com/PHPPlatform/config

  Sources   Download

The Requires

  • php ~5.3

 

The Development Requires

settings config php-platform