Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-15T19:13:40.000Z (over 3 years ago)
- Last Synced: 2024-11-15T21:44:03.074Z (3 months 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 [![Build Status](https://travis-ci.org/elgentos/parser.svg?branch=master)](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