Libraries tagged by monad
widmogrod/php-functional
7492594 Downloads
Functors, Applicative and Monads are fascinating concept. Purpose of this library is to explore them in OOP PHP world.
gosuperscript/monads
641848 Downloads
php-standard-library/result
126314 Downloads
Result type capturing success or failure as a value for controlled error handling
php-standard-library/option
138475 Downloads
Option type (Some/None) replacing nullable types with explicit presence semantics
marcosh/lamphpda
14970 Downloads
A collection of functional programming data structures
chemem/bingo-functional
7145 Downloads
A simple functional programming library.
cline/monad
6600 Downloads
Rust-aligned Option, Result, and Either monads for type-safe error handling in PHP
chippyash/monad
28570 Downloads
Functional programming Monad support
darkwood/flow
970 Downloads
Flow
php-fp/php-fp-either
24441 Downloads
An implementation of the Either monad in PHP.
monadial/php-duration
27816 Downloads
PHP Duration Type
loophp/repository-monadic-helper
1860 Downloads
Monadic Doctrine repositories helper classes and services.
gertvdb/monad
1158 Downloads
Utilities to help ease use of monads in Php
wiz-develop/php-monad
5573 Downloads
📦 Implemented the concept of monads in functional programming in PHP.
valbeat/result
849 Downloads
A Result type implementation for PHP inspired by Rust