Skip to content

msjyoo/properties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

properties

A PHP library to parse .properties configuration files, often used for Minecraft servers.

Install

php composer.phar require sekjun9878/properties ~1.0.0

Usage

use sekjun9878\Properties\Properties;

$data = file_get_contents(filename);
$array = Properties::parse($data);

$string = Properties::dump($array);

License

Copyright (c) 2015 Michael Yoo michael@yoo.id.au
Released under the MIT license; see LICENSE
https://github.com/sekjun9878/properties

About

A PHP library to parse .properties configuration files, often used for Minecraft servers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages