.editorconfig | |
|
|
.gitattributes | |
|
|
.github/CONTRIBUTING.md | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/1_Bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/2_Feature_request.md | |
|
|
.github/ISSUE_TEMPLATE/3_Question.md | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/dependabot.yml | |
|
|
.github/stale.yml | |
|
|
.github/workflows/main.yml | |
|
|
.gitignore | |
|
|
CHANGELOG.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
phpbench.json | |
|
|
phpcs.xml.dist | |
|
|
phpstan.neon.dist | |
|
|
phpunit.xml.dist | |
|
|
src/AppBuilder.php | 109 | A 1 hr |
|
src/Application.php | 175 | A 2 hrs |
|
src/Commands/AboutCommand.php | 58 | A 0 mins |
|
src/Commands/CycleORM/DatabaseListCommand.php | 113 | A 3 hrs |
|
src/Commands/CycleORM/DatabaseMigrateCommand.php | 116 | B 5 hrs |
|
src/Commands/CycleORM/DatabaseOrmCommand.php | 56 | A 2 hrs |
|
src/Commands/CycleORM/DatabaseTableCommand.php | 183 | A 2 hrs |
|
src/Commands/ServerCommand.php | 281 | D 2 days |
|
src/Commands/Symfony/WorkflowDumpCommand.php | 98 | A 2 hrs |
|
src/Database/Cycle/Config/Connection.php | 18 | A 0 mins |
|
src/Database/Cycle/Config/DriverConfig.php | 5 | A 0 mins |
|
src/Database/Cycle/Generator/ShowChanges.php | 129 | C 7 hrs |
|
src/Database/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php | 62 | A 1 hr |
|
src/Database/Doctrine/Form/ChoiceList/EntityLoaderInterface.php | 7 | A 0 mins |
|
src/Database/Doctrine/Form/ChoiceList/IdReader.php | 57 | A 0 mins |
|
src/Database/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php | 67 | B 4 hrs |
|
src/Database/Doctrine/Form/DataTransformer/CollectionToArrayTransformer.php | 31 | A 0 mins |
|
src/Database/Doctrine/Form/DoctrineOrmExtension.php | 21 | A 0 mins |
|
src/Database/Doctrine/Form/DoctrineOrmTypeGuesser.php | 145 | A 3 hrs |
|
src/Database/Doctrine/Form/Type/DoctrineType.php | 137 | B 4 hrs |
|
src/Database/Doctrine/Form/Type/EntityType.php | 52 | A 0 mins |
|
src/Database/Doctrine/Provider/EntityUserProvider.php | 95 | A 35 mins |
|
src/Database/Doctrine/Provider/UserLoaderInterface.php | 7 | A 0 mins |
|
src/Debug/AppResource.php | 17 | A 0 mins |
|
src/Debug/Tracy/ContainerPanel.php | 56 | A 35 mins |
|
src/Debug/Tracy/RoutesPanel.php | 44 | A 0 mins |
|
src/Debug/Tracy/TemplatesPanel.php | 28 | A 0 mins |
|
src/Debug/Tracy/templates/ContainerPanel.panel.phtml | |
|
|
src/Debug/Tracy/templates/ContainerPanel.tab.phtml | |
|
|
src/Debug/Tracy/templates/RoutingPanel.panel.phtml | |
|
|