felpado icon indicating copy to clipboard operation
felpado copied to clipboard

Functional Programming for PHP

Felpado

Build Status Latest Stable Version Total Downloads

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 - [email protected]

License

Felpado is licensed under the MIT License. See the LICENSE file for full details.