Skip to content

pablodip/felpado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

License

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

About

Functional Programming for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages