Skip to content

Commit a56c070

Browse files
authored
Added JSON Machine
1 parent e1cd99e commit a56c070

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ Libraries to help manage database schemas and migrations.
693693
* [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
694694
* [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
695695
* [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
696+
* [JSON Machine](https://github.com/halaxa/json-machine) - Provides iteration over huge JSONs using simple `foreach`
696697
* [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences.
697698
* [msgpack.php](https://github.com/rybakit/msgpack.php) - A pure PHP implementation of the [MessagePack](https://msgpack.org/) serialization format.
698699
* [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).

0 commit comments

Comments
 (0)