https://github.com/elgentos/parser
Use this library to turn your day-to-day configurations into usable arrays/objects.
https://github.com/elgentos/parser
json library packagist parser-combinators parsers php yaml
Last synced: 12 months ago
JSON representation
Use this library to turn your day-to-day configurations into usable arrays/objects.
- Host: GitHub
- URL: https://github.com/elgentos/parser
- Owner: elgentos
- License: mit
- Created: 2018-07-18T07:51:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-15T19:13:40.000Z (almost 5 years ago)
- Last Synced: 2025-06-21T12:17:09.054Z (about 1 year ago)
- Topics: json, library, packagist, parser-combinators, parsers, php, yaml
- Language: PHP
- Size: 338 KB
- Stars: 3
- Watchers: 17
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elgentos Content parser [](https://travis-ci.org/elgentos/parser)
Parse content from json/yaml/csv/text to a usable array
## Description
Use this library to turn your day-to-day configurations into
usable arrays/objects.
Supports json, yaml, csv, xml and plain text.
```php