Download the PHP package kiryi/inyi without Composer
On this page you can find all versions of the php package kiryi/inyi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor kiryi
Package inyi
Short Description Simple INI file reader.
License GPL-3.0-or-later
Homepage https://kiryi.net/
Package inyi
Short Description Simple INI file reader.
License GPL-3.0-or-later
Homepage https://kiryi.net/
Please rate this library. Is it a good library?
Informations about the package inyi
Kiryi's INYI
A simple INI file reader.
Installation
Usage
Constructor Definition
Parameters
filepath
The filepath to your INI file. It is relative to your project's root directory.
Method Definition get
Parameters
key
The key to read the value from the INI file. Key levels are seperated by double colons.
Return Values
Returns the value corresponding to the key. Since it is possible to define strings as well as arrays in an INI file, the return type can be either. If the key is not defined or the INI file is broken or non existing, an exception is thrown.
Example
configuration/config.ini
src/Config.php
returns
All versions of inyi with dependencies
PHP Build Version
Package Version
The package kiryi/inyi contains the following files
Loading the files please wait ....