2017 © Pedro Peláez
 

library properties

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

image

sekjun9878/properties

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

  • Friday, May 22, 2015
  • by sekjun9878
  • Repository
  • 1 Watchers
  • 5 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

properties

A PHP library to parse .properties configuration files, often used for Minecraft servers., (*1)

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
, (*2)

The Versions

22/05 2015

dev-master

9999999-dev https://github.com/sekjun9878/properties

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

parser properties

22/05 2015

v1.0.0

1.0.0.0 https://github.com/sekjun9878/properties

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

parser properties