thibaud-dauce/pattern-matching

Pattern matching in PHP


License
GPL-3.0+

Documentation

Pattern Matching

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.