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.
Read about the functions here.
Pablo Díez - pablodip@gmail.com
Felpado is licensed under the MIT License. See the LICENSE file for full details.