2017-25 © Pedro Peláez
 

library file-parse

some file parse tool library of the php

image

toolkit/file-parse

some file parse tool library of the php

  • Monday, April 30, 2018
  • by inhere
  • Repository
  • 1 Watchers
  • 2 Stars
  • 6 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 50 % Grown

The README.md

file parse

License Php Version Latest Stable Version, (*1)

Some useful file parse utils for the php., (*2)

ini, json, yml 格式的文件解析, (*3)

  • json 文件支持去除注释,即是有注释不会导致解析失败
  • 支持特殊关键字
    • extend 继承另一个文件的内容
    • import 导入另一个文件的内容
    • reference 参考另一个key的值 todo

例如在 yml 文件(其他格式的文件类似)可以这样:, (*4)

// will parse special keywords
extend: ../parent.yml
debug: true
db: import#../db.yml
cache:
  debug: reference#debug

Install

composer require toolkit/file-parse

License

MIT, (*5)

The Versions

30/04 2018

dev-master

9999999-dev https://github.com/php-toolkit/file-parse

some file parse tool library of the php

  Sources   Download

MIT

The Requires

 

php library tool

30/04 2018

v1.0.2

1.0.2.0 https://github.com/php-toolkit/file-parse

some file parse tool library of the php

  Sources   Download

MIT

The Requires

 

php library tool

08/03 2018

v1.0.1

1.0.1.0 https://github.com/php-mylib/file-parse

some file parse tool library of the php

  Sources   Download

MIT

The Requires

 

php library tool

01/02 2018

v1.0.0

1.0.0.0 https://github.com/php-mylib/file-parse

some file parse tool library of the php

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

php library tool