| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
NOTE: functional-php used to come with a C extension that implemented most of the functions natively. As the performance differences weren’t that huge compared to the maintenance cost it has been removed.
A set of functional primitives for PHP, heavily inspired by Scala’s traversable collection, Dojo’s array functions and Underscore.js
Put the require statement for functional-php in your composer.json file and run php composer.phar install:
{
"require": {
"lstrojny/functional-php": "~1.2"
}
}To install all dependencies type composer install
To run the test suite type composer run tests
| Back | FazBrowse Home | New Git URL |