A simple functional programming library for PHP.
- PHP 7 or higher
PHP lacks the organic support for functional programming multiple functional programming languages like Haskell and OCaml have. The language, however, offers anonymous functions, classes, interfaces, traits, as well as constants which can be harnessed to attain a functional programming experience. Since functional programming is premised on the use of functions to reduce the cognitive burden, the bingo-functional library aims to serve that purpose. Available for use are simple Monadic helpers, Applicative functors, and helper function algorithms which can be used to improve the functional programming experience.
Please check out the documentation for more knowledge on how to use this library.
Also, a change log exists and can be used to track changes made to the project.
Endeavor to create an issue on GitHub when the need arises or send an email to [email protected]