pablodip/felpado

Functional Programming for PHP

v0.8.2 2014-01-20 11:52 UTC

This package is not auto-updated.

Last update: 2024-04-13 10:09:08 UTC


README

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 - pablodip@gmail.com

License

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