thibaud-dauce / pattern-matching
Pattern matching in PHP
Installs: 154
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/thibaud-dauce/pattern-matching
Requires
- php: >=7.0.0
Requires (Dev)
- phpunit/phpunit: ^6.0
Suggests
- illuminate/validation: Required to generate the validation rule.
This package is auto-updated.
Last update: 2025-10-15 05:13:37 UTC
README
This is a small library to pattern match on a list of enums in PHP. Please check my blog post about it.
Installation
composer require thibaud-dauce/pattern-matching
Examples
All possibilities are explained in the test file.