A PHP library to parse .properties configuration files, often used for Minecraft servers.
php composer.phar require sekjun9878/properties ~1.0.0
use sekjun9878\Properties\Properties;
$data = file_get_contents(filename);
$array = Properties::parse($data);
$string = Properties::dump($array);
Copyright (c) 2015 Michael Yoo [email protected]
Released under the MIT license; see LICENSE
https://github.com/sekjun9878/properties