sekjun9878/properties
最新稳定版本:v1.0.0
Composer 安装命令:
composer require sekjun9878/properties
包简介
A PHP library to parse .properties configuration files, often used for Minecraft servers.
关键字:
README 文档
README
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
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-22