mawebdk/ini-fileparser

Simple INI file parser.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 2

pkg:composer/mawebdk/ini-fileparser

1.0.0 2025-02-27 20:38 UTC

This package is not auto-updated.

Last update: 2025-10-24 22:24:10 UTC


README

IniFileParser is a simple INI file parser.

Usage

try {
    $array = IniFileParser::getSingleton()->parseIniFile(filename: $filename);
} catch (IniFileParserException $e) {
    // Error handling.
}