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