.editorconfig | |
|
|
.gitattributes | |
|
|
.github/ISSUE_TEMPLATE/BUG-REPORT.yml | |
|
|
.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/PULL_REQUEST_TEMPLATE/FIX.md | |
|
|
.github/PULL_REQUEST_TEMPLATE/IMPROVEMENT.md | |
|
|
.github/PULL_REQUEST_TEMPLATE/NEW_FEATURE.md | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/scorecard.yml | |
|
|
.github/workflows/test.yaml | |
|
|
.gitignore | |
|
|
.php-cs-fixer.dist.php | 38 | A 0 mins |
|
CODE_OF_CONDUCT.md | |
|
|
CONTRIBUTING.md | |
|
|
LICENSE | |
|
|
Makefile | |
|
|
README.md | |
|
|
composer.json | |
|
|
docker-compose.yml | |
|
|
docker/php-8.1/Dockerfile | |
|
|
docker/php-8.3/Dockerfile | |
|
|
docs/docker-setup-command-doc.md | |
|
|
docs/github-init-command-doc.md | |
|
|
docs/github-issue-command-doc.md | |
|
|
docs/github-pull-command-doc.md | |
|
|
docs/github-workflow-command-doc.md | |
|
|
docs/php-cs-fixer-init-command-doc.md | |
|
|
docs/phpstan-init-command-doc.md | |
|
|
docs/phpunit-init-command-doc.md | |
|
|
phpstan.neon | |
|
|
phpunit.xml | |
|
|
src/Command/DockerSetupCommand.php | 23 | A 40 mins |
|
src/Command/GithubInitCommand.php | 23 | A 40 mins |
|
src/Command/GithubIssueCommand.php | 23 | A 40 mins |
|
src/Command/GithubPullCommand.php | 23 | A 40 mins |
|
src/Command/GithubWorkflowCommand.php | 23 | A 40 mins |
|
src/Command/PhpCsFixerCommand.php | 23 | A 40 mins |
|
src/Command/PhpStanCommand.php | 23 | A 40 mins |
|
src/Command/PhpUnitCommand.php | 23 | A 40 mins |
|
src/Enums/DirectoryPath.php | 19 | A 0 mins |
|
src/Exception/InvalidComposerException.php | 5 | A 0 mins |
|
src/Helper/ComposerHelper.php | 23 | A 0 mins |
|
src/Helper/DirectoryCopyHelper.php | 38 | A 0 mins |
|
src/Helper/FileCopyHelper.php | 40 | A 0 mins |
|
src/Service/DockerSetupService.php | 90 | A 0 mins |
|
src/Service/GithubInitService.php | 115 | A 0 mins |
|
src/Service/GithubIssueService.php | 102 | A 0 mins |
|
src/Service/GithubPullService.php | 102 | A 0 mins |
|
src/Service/GithubWorkflowService.php | 142 | A 0 mins |
|