Download the PHP package oopsguy/pconfig without Composer
On this page you can find all versions of the php package oopsguy/pconfig. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download oopsguy/pconfig
More information about oopsguy/pconfig
Files in oopsguy/pconfig
Download oopsguy/pconfig
More information about oopsguy/pconfig
Files in oopsguy/pconfig
Vendor oopsguy
Package pconfig
Short Description A PHP library for parsing configuration(json, yaml, ini, xml and php)
License MIT
Package pconfig
Short Description A PHP library for parsing configuration(json, yaml, ini, xml and php)
License MIT
Please rate this library. Is it a good library?
Informations about the package pconfig
PConfig
PConfig is a PHP library for parsing configuration. It is lightweight and easy to use.
Supported formats
- php
- json
- xml
- yaml
- ini
Installation
Usage
The default key separator is a dot-notation .
.
You can use PConfig::CONFIG_KEY_EXTRACT_SEPARATOR
to custom your own separator.
ArrayAccess
PConfig
has implemented ArrayAccess
interface, you can access configuration by array operations.
Nested configuration.
APIs
set($key, $value)
get($key[, $defult])
delete($key)
exists($key)
getConfig($key)
setConfig($key, $value)
setProvider($provider)
setSerializer($serializer)
setFile($path)
reload()
clear()
save()
Licence
MIT Licence
All versions of pconfig with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
mustangostang/spyc Version 0.6.2
ext-json Version *
ext-simplexml Version *
ext-libxml Version *
mustangostang/spyc Version 0.6.2
ext-json Version *
ext-simplexml Version *
ext-libxml Version *
The package oopsguy/pconfig contains the following files
Loading the files please wait ....