pablodip / felpado
Functional Programming for PHP
Installs: 29 892
Dependents: 6
Suggesters: 0
Security: 0
Stars: 27
Watchers: 2
Forks: 4
Open Issues: 2
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is not auto-updated.
Last update: 2024-10-26 12:30:55 UTC
README
Felpado provides functions to process data easier.
Most of these functions are common in functional programming.
Felpado's functions have the following principles:
- Arguments are never modified by reference.
- A callable can be any PHP callable.
- When accepting a collection, it can be either an array or a traversable object.
- When returning a collection, it will be the original collection or an array if it has to be modified.
Functions
Read about the functions here.
Author
Pablo Díez - pablodip@gmail.com
License
Felpado is licensed under the MIT License. See the LICENSE file for full details.