|
|
@@ -753,6 +753,7 @@ Libraries to help manage database schemas and migrations.
|
|
753
|
753
|
* [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences.
|
|
754
|
754
|
* [msgpack.php](https://github.com/rybakit/msgpack.php) - A pure PHP implementation of the [MessagePack](https://msgpack.org/) serialization format.
|
|
755
|
755
|
* [Serializer](https://github.com/schmittjoh/serializer) - A library for serializing and de-serializing data.
|
|
|
756
|
+* [SweetEnum](https://github.com/leocello/sweet-enum) - A library that allows adding properties to enums via PHP Attributes and using enums as collections.
|
|
756
|
757
|
* [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.
|
|
757
|
758
|
* [Laminas Serializer](https://github.com/laminas/laminas-serializer) - Another library for serialising and de-serialising data.
|
|
758
|
759
|
|