php-standard-library/either-or-both
Three-variant disjoint union type (Left/Right/Both) for values that may be present on either or both of two sides
Maintainers
Package info
github.com/php-standard-library/either-or-both
pkg:composer/php-standard-library/either-or-both
6.2.1
2026-05-23 20: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
Requires (Dev)
- php-standard-library/str: ^6.0
- phpunit/phpunit: ^13.0
Suggests
None
Provides
None
Conflicts
- azjezz/psl: *
Replaces
None
MIT a1f4d80ee5ee616272688941390d2eae2d1948e6
- Seifeddine Gmati <azjezz.woop@carthage.software>
- Contributors
This package is auto-updated.
Last update: 2026-05-23 22:51:58 UTC
README
Three-variant disjoint union type (Left/Right/Both) for values that may be present on either or both of two sides.
