Skip to content
forked from fp4php/functional

PHP Functional Programming library. Monads and common use functions.

License

Notifications You must be signed in to change notification settings

nzour/functional

 
 

Repository files navigation

Functional PHP

PHP Functional Programming library. Monads and common use functions.

psalm level psalm type coverage phpunit coverage

Documentation

Installation

Composer

$ composer require whsv26/functional

Enable psalm plugin (optional)

To improve type inference for particular functions

$ vendor/bin/psalm-plugin enable Fp\\Psalm\\FunctionalPlugin

Contribution

Build documentation

  1. Install dependencies
whsv26@whsv26:~$ sudo apt install pandoc
  1. Generate doc from src
whsv26@whsv26:~$ make

About

PHP Functional Programming library. Monads and common use functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.9%
  • Makefile 0.1%