Download the PHP package phppkg/ini without Composer
On this page you can find all versions of the php package phppkg/ini. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor phppkg
Package ini
Short Description An enhanced PHP INI parser
License MIT
Homepage https://github.com/phppkg/ini
Package ini
Short Description An enhanced PHP INI parser
License MIT
Homepage https://github.com/phppkg/ini
Please rate this library. Is it a good library?
Informations about the package ini
INI
💪 An enhanced INI
format parser written in PHP.
- auto convert data type, eg:
int, bool, float
- support encode data to INI string.
- ignores commented lines that start with ";" or "#"
- ignores broken lines that do not have "="
- supports array values and array value keys
- enhance: supports inline list array value
- enhance: supports multi line string. use
'''
or"""
- enhance: supports add interceptor before collect value
- TODO: support parse ENV var.
${SHELL | bash}
中文说明
Install
- Required PHP 8.0+
composer
Usage
example ini:
Decode
Decode from INI string.
Output:
Decode file
Encode
Encode data to INI string.
Output:
License
MIT
All versions of ini with dependencies
PHP Build Version
Package Version
The package phppkg/ini contains the following files
Loading the files please wait ....