s
Showing
+424 -51
.gitignore
100644 → 100755
File mode changed from 100644 to 100755
composer.json
100644 → 100755
... | ... | @@ -20,12 +20,23 @@ |
"yiisoft/yii2": "~2.0.14", | ||
"yiisoft/yii2-queue": "^2.3", | ||
"enqueue/amqp-lib": "^0.10.18", | ||
"ramsey/uuid": "^4.2" | ||
"ramsey/uuid": "^4.2", | ||
"deck/soft-delete": "1.2.0.2", | ||
"deck/php-clickhouse": "1.1.0.1", | ||
"wbraganca/yii2-dynamicform": "^2.0" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://asset-packagist.org" | ||
}, | ||
{ | ||
"type": "git", | ||
"url": "https://gitlab.deck.lc/deckko/soft-delete.git" | ||
}, | ||
{ | ||
"type": "git", | ||
"url": "https://gitlab.deck.lc/deckko/php-clickhouse.git" | ||
} | ||
], | ||
"config": { | ||
... | ... |
src/ServiceManager.php
100644 → 100755
src/Bootstrap.php
→
src/ServiceManagerBootstrap.php
100644 → 100755
src/api/ServiceManagerApi.php
100644 → 100755
src/api/v1/ServiceManagerApiV1.php
100644 → 100755
src/api/v1/controllers/Service/ServiceSerializer.php
100644 → 100755
src/api/v1/controllers/Service/VersionForm.php
100644 → 100755
src/api/v1/controllers/ServiceController.php
100644 → 100755
src/behaviors/ApiKeyAuthBehavior.php
100644 → 100755
src/enums/LogLevelEnum.php
0 → 100644
src/enums/LogTargetEnum.php
0 → 100644
src/enums/ParameterEnum.php
0 → 100644
src/enums/RuleEnum.php
0 → 100644
src/enums/ServiceTypeEnum.php
0 → 100644
src/formatters/ApiResponseFormatter.php
0 → 100644
src/messages/en-US/models.php
0 → 100644
src/messages/ru-RU/models.php
0 → 100644
Please register or sign in to comment