Libraries tagged by monad
lray138/g2
49 Downloads
A practical functional programming toolbox for PHP - featuring monads, immutable data structures, and safe file operations
laiz/laiz-parsec
35 Downloads
Parser Combinator
kuritkaj/fred
12 Downloads
Some classes I missed in PHP.
khasinski/php-solid-use-case
7 Downloads
SolidUseCase pattern in PHP - Railway-oriented programming with Either/Success/Fail monads
juststeveking/result
12 Downloads
A tiny, framework-agnostic Result type for PHP 8.4 that makes error handling explicit, composable, and testable.
iddqdby/f7
24 Downloads
Functional library for PHP 7.
hypothesisphp/result
1 Downloads
Type-safe error handling for PHP — chain operations that can fail without exceptions.
gabrielalmir/maybe
4 Downloads
Functional primitives for PHP: Option and Result types inspired by Rust
franzose/lemonad
0 Downloads
Some monads implemented in PHP
aphonix/result
198 Downloads
A zero-dependency, production-ready PHP implementation of Rust's Result type for elegant error handling.
aphonix/option
199 Downloads
A zero-dependency, type-safe implementation of Rust's Option type for PHP 7.1+. Handle optional values with elegance.
alexeyshockov/php-try
8 Downloads
Try monad for PHP
monadial/phpunit-docrunner
1 Downloads
Rust-style doc tests for PHP - run code examples in docblocks as PHPUnit tests
monadial/nexus-monorepo
0 Downloads
Nexus — A production-grade actor system for PHP 8.5+
vjsingla/php-functional
86 Downloads
Functors, Applicative and Monads are fascinating concept. Purpose of this library is to explore them in OOP PHP world.