From 30afedaea1eec8a5fe9e32990184a682970bc167 Mon Sep 17 00:00:00 2001 From: Roman Varkuta Date: Fri, 17 Jul 2020 21:24:32 +0300 Subject: [PATCH] Add yii2-enum package to docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d09e87..bf1c91d 100644 --- a/README.md +++ b/README.md @@ -131,3 +131,4 @@ class Action extends Enum - [Doctrine enum mapping](https://github.com/acelaya/doctrine-enum-type) - [Symfony ParamConverter integration](https://github.com/Ex3v/MyCLabsEnumParamConverter) - [PHPStan integration](https://github.com/timeweb/phpstan-enum) +- [Yii2 enum mapping](https://github.com/KartaviK/yii2-enum)