Libraries tagged by monads
vector/functors
6 Downloads
A plugin for the Vector functional programming library that provides interfaces and utilities for functors, applicatives, and monads -- and various instances of them.
vadage/oxidize
14 Downloads
PHP adaptation of some rust concepts
upside/option
5 Downloads
PHP implementation of Option type for safe null handling with snake_case method names
sawirstudio/effectphp
0 Downloads
Functional effects library for PHP with typed error handling
s-a-c/laravel-null-impossible
1 Downloads
Laravel starter kit for the Null Impossible Domain architecture with teams, Sanctum, Reverb, and a minimal Filament admin adapter.
phunctional/basics
26 Downloads
Provides some core functional concepts expressed as interfaces and base test cases for implementations
phpmonad/phpmonad
15 Downloads
A set of design patterns created with the aim of enriching the Php vocabulary with Literature derived from the functional programming world
php-standard-library/either
3 Downloads
General-purpose disjoint union type (Left/Right) for values with two possible types
maxiviper117/result-flow
15 Downloads
A minimal Result type with branch-aware chaining for PHP
martyrer/throwless-php
2 Downloads
A PHP library for exception-free error handling using the Result monad pattern
maarky/singlecontainer
89 Downloads
Interface for SingleContainer monads
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