Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 3, 2020
1 parent 5c5c0d1 commit 69e9683
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Description

Collection is a functional utility library for PHP greater than 7.2.5.
Collection is a functional utility library for PHP greater than 7.1.3.

It's similar to [other collection libraries](https://packagist.org/?query=collection) based on regular PHP arrays,
but with a lazy mechanism under the hood that strives to do as little work as possible while being as flexible
Expand All @@ -34,15 +34,16 @@ On top of this, this library:
* uses [S.O.L.I.D. principles](https://en.wikipedia.org/wiki/SOLID),
* does not have any external dependency,
* fully tested,
* type safe (_type safe @ > 98%_),
* framework agnostic.

Except a few methods, most methods are [pure](https://en.wikipedia.org/wiki/Pure_function) and return a
[new Collection object](https://github.com/loophp/collection/blob/master/src/Collection.php).

This library has been inspired by:
* [Laravel Support Package](https://github.com/illuminate/support)
* [mtdowling/transducers](https://github.com/mtdowling/transducers.php)
* [DusanKasan/Knapsack](https://github.com/DusanKasan/Knapsack)
* [mtdowling/transducers](https://github.com/mtdowling/transducers.php)
* [Ruby Array](https://ruby-doc.org/core-2.7.0/Array.html)
* [Collect.js](https://collect.js.org/)
* [nikic/iter](https://github.com/nikic/iter)
Expand Down

0 comments on commit 69e9683

Please sign in to comment.