.github/workflows/php.yml | |
|
|
.gitignore | |
|
|
CHANGELOG.md | |
|
|
CODECLIMATE.md | |
|
|
CODECOV.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
VERSIONS.md | |
|
|
composer.json | |
|
|
extas.json | |
|
|
extas.storage.json | |
|
|
public/index.php | 8 | A 0 mins |
|
src/components/THasMethod.php | 15 | A 0 mins |
|
src/components/api/App.php | 36 | A 45 mins |
|
src/components/plugins/PluginRoutes.php | 113 | A 25 mins |
|
src/components/routes/Route.php | 20 | A 0 mins |
|
src/components/routes/RouteDispatcher.php | 38 | A 0 mins |
|
src/components/routes/THasDispatcher.php | 20 | A 0 mins |
|
src/components/routes/TRouteCreate.php | 62 | A 25 mins |
|
src/components/routes/TRouteDelete.php | 58 | A 0 mins |
|
src/components/routes/TRouteList.php | 56 | A 0 mins |
|
src/components/routes/TRouteUpdate.php | 59 | A 0 mins |
|
src/components/routes/TRouteView.php | 48 | A 0 mins |
|
src/components/routes/dispatchers/HelpDispatcher.php | 16 | A 0 mins |
|
src/components/routes/dispatchers/JsonDispatcher.php | 38 | A 0 mins |
|
src/interfaces/IHaveMethod.php | 12 | A 0 mins |
|
src/interfaces/routes/IHaveDispatcher.php | 7 | A 0 mins |
|
src/interfaces/routes/IRoute.php | 11 | A 0 mins |
|
src/interfaces/routes/IRouteDispatcher.php | 14 | A 0 mins |
|
src/interfaces/routes/descriptions/IJsonSchemaV1.php | 16 | A 0 mins |
|
src/interfaces/routes/dispatchers/IJsonDispatcher.php | 7 | A 0 mins |
|
src/interfaces/stages/IStageApiAfterCreate.php | 9 | A 0 mins |
|
src/interfaces/stages/IStageApiAfterDelete.php | 9 | A 0 mins |
|
src/interfaces/stages/IStageApiAfterList.php | 9 | A 0 mins |
|
src/interfaces/stages/IStageApiAfterRouteExecute.php | 10 | A 0 mins |
|
src/interfaces/stages/IStageApiAfterUpdate.php | 9 | A 0 mins |
|
src/interfaces/stages/IStageApiAfterView.php | 9 | A 0 mins |
|
src/interfaces/stages/IStageApiAppInit.php | 8 | A 0 mins |
|
src/interfaces/stages/IStageApiBeforeCreate.php | 8 | A 0 mins |
|
src/interfaces/stages/IStageApiBeforeDelete.php | 9 | A 0 mins |
|
src/interfaces/stages/IStageApiBeforeList.php | 9 | A 0 mins |
|
src/interfaces/stages/IStageApiBeforeRouteExecute.php | 10 | A 0 mins |
|
src/interfaces/stages/IStageApiBeforeUpdate.php | 8 | A 0 mins |
|
src/interfaces/stages/IStageApiBeforeView.php | 8 | A 0 mins |
|
src/interfaces/stages/IStageApiDeleteData.php | 9 | A 0 mins |
|
src/interfaces/stages/IStageApiListData.php | 8 | A 0 mins |
|
src/interfaces/stages/IStageApiUpdateData.php | 9 | A 0 mins |
|