From 01744f8d02838d4fc3c447bca77bf664601b84b4 Mon Sep 17 00:00:00 2001 From: Volodymyr Bilokur Date: Fri, 18 Jan 2019 18:55:00 +0100 Subject: [PATCH] Remove Collections In my opinion, it makes sense to remove this recommendation from the list as this package is archived by the owner and is not maintained anymore. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3488d9a..4260036 100644 --- a/README.md +++ b/README.md @@ -679,7 +679,6 @@ Libraries to help manage database schemas and migrations. *Libraries that implement data structure or storage techniques.* * [Cake Collection](https://github.com/cakephp/collection) - A simple collections library (CP). -* [Collections](https://github.com/italolelis/collections) - Collections Abstraction library for PHP. * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output. * [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ. * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.