2017 © Pedro Peláez
 

library inilib

Provides a series of INI controller classes for parsing, editing, and creating INI files.

image

sierrakomodo/inilib

Provides a series of INI controller classes for parsing, editing, and creating INI files.

  • Tuesday, July 25, 2017
  • by SierraKomodo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

INILib

Latest Stable Version Latest Unstable Version Total Downloads License StyleCI Build Status, (*1)

A PHP library to provide better handling of parsing, editing, and writing INI files, (*2)

Please note this project exists primarily as a learning experience. Any and all constructive feedback is welcome and requested., (*3)

Special thanks to the following people for their help and feedback with this project: - Mike Brant (Code Review Stack Exchange) - Skull132 (Aurorastation Head Developer) - Werner (Aurorastation Developer) - /r/phphelp subreddit, (*4)

Version 1.0.0 - First full release, (*5)

Up to date (Usually) documentation can be found on the github project's wiki, (*6)

Requirements

  • PHP 7.0 or greater
  • Composer (Technically optional. Highly recommended for installation)

Installation

For integration with other projects

Via composer (Recommended): - Execute the following composer command in your project directory: composer require sierrakomodo/inilib OR Modify your composer.json file to include sierrakomodo/inilib under the require section - In your PHP files, add the following use statement: use SierraKomodo/INILib/IniFile, (*7)

Manual (For non-release or earlier versions, or people that don't like composer): - Download the release version of your choice (Latest release is always recommended) - Copy the contents of the src/ directory to a location of your choice - Use whatever autoloader or require/include method best fits your project - In your PHP files, add the following use statement: use SierraKomodo/INILib/IniFile, (*8)

For development

Via composer: - Execute the following composer command in your project directory: composer install sierrakomodo/inilib, (*9)

Manual (For non-release or earlier versions): - Download the release version or branch of your choice (Latest release is always recommended) - Extract to your project directory, (*10)

The Versions

25/07 2017

dev-develop

dev-develop https://github.com/SierraKomodo/INILib

Provides a series of INI controller classes for parsing, editing, and creating INI files.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

25/07 2017

dev-feature/save-ini-parser

dev-feature/save-ini-parser https://github.com/SierraKomodo/INILib

Provides a series of INI controller classes for parsing, editing, and creating INI files.

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

The Development Requires

12/07 2017

dev-master

9999999-dev https://github.com/SierraKomodo/INILib

Provides a series of INI controller classes for parsing, editing, and creating INI files.

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

The Development Requires

12/07 2017

v1.0.1

1.0.1.0 https://github.com/SierraKomodo/INILib

Provides a series of INI controller classes for parsing, editing, and creating INI files.

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

The Development Requires

08/07 2017

v1.0.0

1.0.0.0 https://github.com/SierraKomodo/INILib

Provides a series of INI controller classes for parsing, editing, and creating INI files.

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

The Development Requires

18/06 2017

dev-review-3

dev-review-3 https://github.com/SierraKomodo/INILib

Provides a series of INI controller classes for parsing, editing, and creating INI files.

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0.0

 

The Development Requires