1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-01-18 05:28:14 +01:00

Update README.md

This commit is contained in:
Filip Halaxa 2020-11-12 16:10:46 +01:00 committed by GitHub
parent c81414a2f5
commit f89a084dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
![](img/logo.png)
# JSON Machine
*This README.md is in sync with this branch, not the lastest version. For specific version see its commited README.md.*
See [CHANGELOG.md](CHANGELOG.md) to keep up with changes in new versions and master.
*This README is in sync with code. For README of a specific version see its commited README.md.*\
See [CHANGELOG.md](CHANGELOG.md) to keep up with changes in new versions and master.\
**0.4 is the last version to support PHP 5.6**. Since 0.5 PHP 7.0+ will be required.
[![Build Status](https://travis-ci.com/halaxa/json-machine.svg?branch=master)](https://travis-ci.com/halaxa/json-machine)
[![Latest Stable Version](https://poser.pugx.org/halaxa/json-machine/v/stable)](https://packagist.org/packages/halaxa/json-machine)
@ -31,7 +31,6 @@ Use above-mentioned `foreach` and find the item or count the collection there.
Requires `ext-json` if used out of the box. See [custom decoder](#custom-decoder).
0.4.0 is the last version to support PHP 5.6. Since 0.5.0 PHP 7.0+ will be required.
## Introduction
JSON Machine is an efficient, easy-to-use and fast JSON stream parser based on generators