Libraries tagged by monads
widmogrod/php-functional
5272410 Downloads
Functors, Applicative and Monads are fascinating concept. Purpose of this library is to explore them in OOP PHP world.
gosuperscript/monads
431817 Downloads
marcosh/lamphpda
10506 Downloads
A collection of functional programming data structures
chippyash/monad
27148 Downloads
Functional programming Monad support
chemem/bingo-functional
6465 Downloads
A simple functional programming library.
php-fp/php-fp-either
23666 Downloads
An implementation of the Either monad in PHP.
loophp/repository-monadic-helper
1241 Downloads
Monadic Doctrine repositories helper classes and services.
wiz-develop/php-monad
813 Downloads
📦 Implemented the concept of monads in functional programming in PHP.
sergiors/prelude
83 Downloads
Functional library
phptry/phptry
6176 Downloads
Try type for PHP
php-slang/php-slang
27238 Downloads
PHPSlang is a library that allow you to write a purely functional code in PHP
careship/functional-php
8082 Downloads
A monad-like set of utilities for PHP, type-checked by Psalm.
haskellcamargo/php-maybe-monad
1188 Downloads
A PHP implementation of Haskell's Maybe monad
vector/core
690 Downloads
A functional programming library for PHP
valbeat/result
1 Downloads
A Result type implementation for PHP inspired by Rust