2017 © Pedro Peláez
 

library ini

Ini Parser and Builder for PHP

image

codegun/ini

Ini Parser and Builder for PHP

  • Monday, October 14, 2013
  • by hfcorriez
  • Repository
  • 0 Watchers
  • 7 Stars
  • 120 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

Intro

Ini Parser and Builder for PHP, (*1)

Install

Add codegun/ini to composer.json then install with composer.phar install, (*2)

Namespace

All the classes under CodeGun\Ini namespace, (*3)

  • Parser
  • Builder

Usage

$builder = new \CodeGun\Ini\Builder(array(
    'a'        => 'd',
    'b'        => array('test'=> 'c'),
    'database' => array(
        'default' => array(
            'name' => 'db',
            'host' => 'master.db',
            'ip'   => 'dd',
        )
    ),
    'array'    => array('a', '1', 3),
));
echo $builder;

The Versions

14/10 2013

dev-master

9999999-dev

Ini Parser and Builder for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

ini

04/08 2012

0.1.1

0.1.1.0

Ini Parser and Builder for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

ini

30/07 2012

0.1.0

0.1.0.0

Ini Parser and Builder for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

ini

30/07 2012

0.1.0-alpha

0.1.0.0-alpha

Ini Parser and Builder for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

ini