commit 75a8dcaa3bd664efca92e8d37ee7606e8f4e0311 Author: gmotov Date: Wed Oct 8 22:39:18 2025 +0300 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..48a9b23 --- /dev/null +++ b/composer.json @@ -0,0 +1,19 @@ +{ + "name": "drobnitsa/dictionary-yii2-generator", + "description": "Генератор справочников для проектов", + "type": "yii2-extension", + "authors": [ + { + "name": "G.M.", + "email": "gmotov@gmail.com" + } + ], + "require": { + "yiisoft/yii2": "~2.0.0" + }, + "autoload": { + "psr-4": { + "drobnitsa\\DictionaryYii2Generator\\": "src/" + } + } +} diff --git a/src/Generator.php b/src/Generator.php new file mode 100644 index 0000000..cabdf3c --- /dev/null +++ b/src/Generator.php @@ -0,0 +1,26 @@ +