From 3f0a58b4d2ee1104ea79a1e2b913c46e27e28019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dtalo=20Lelis?= Date: Sun, 8 Jun 2014 17:21:53 -0300 Subject: [PATCH] Adding Collections component --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4af195..37ec7be 100644 --- a/README.md +++ b/README.md @@ -465,6 +465,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. *Libraries that implement data structure or storage techniques.* * [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures. +* [Collections](https://github.com/LellysInformatica/collections) - Collections Abstraction library for PHP. * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library. * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data. * [PHP Object Storage](https://github.com/herrera-io/php-object-storage) - A library for object storage.