php-standard-library/either
General-purpose disjoint union type (Left/Right) for values with two possible types
Maintainers
6.2.1
2026-04-26 16:26 UTC
Requires
- php: ~8.4.0 || ~8.5.0
- php-standard-library/comparison: ^6.0
- php-standard-library/foundation: ^6.0
- php-standard-library/option: ^6.0
- php-standard-library/result: ^6.0
Requires (Dev)
- php-standard-library/str: ^6.0
- phpunit/phpunit: ^13.0
Suggests
None
Provides
None
Conflicts
- azjezz/psl: *
Replaces
None
MIT afe7a70ad9e148cef3e715ceb438cf6a7636bafa
- Seifeddine Gmati <azjezz.woop@carthage.software>
- Contributors
README
General-purpose disjoint union type (Left/Right) for values with two possible types.
