Skip to content

peter279k/bingo-functional

 
 

Repository files navigation

Bingo Functional

Join the chat at https://gitter.im/bingo-functional/Lobby Codacy Badge Build Status codecov Latest Stable Version License Total Downloads Twitter

A simple functional programming library for PHP.

Requirement(s)

  • PHP 7 or higher

Rationale

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.

Documentation

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.

Dealing with problems

Endeavor to create an issue on GitHub when the need arises or send an email to [email protected]

About

A simple functional programming library for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%