-
- Downloads
Initial commit
Signed-off-by:
Roman Ondráček <mail@romanondracek.cz>
parents
Checking pipeline status
Showing
- .editorconfig 27 additions, 0 deletions.editorconfig
- .gitignore 33 additions, 0 deletions.gitignore
- .gitlab-ci.yml 105 additions, 0 deletions.gitlab-ci.yml
- LICENSE 202 additions, 0 deletionsLICENSE
- Makefile 52 additions, 0 deletionsMakefile
- README.md 52 additions, 0 deletionsREADME.md
- composer.json 56 additions, 0 deletionscomposer.json
- phpstan.neon 29 additions, 0 deletionsphpstan.neon
- ruleset.xml 98 additions, 0 deletionsruleset.xml
- src/Command.php 92 additions, 0 deletionssrc/Command.php
- src/CommandExecutor.php 105 additions, 0 deletionssrc/CommandExecutor.php
- src/CommandStack.php 56 additions, 0 deletionssrc/CommandStack.php
- src/DI/CommandExecutorExtension.php 85 additions, 0 deletionssrc/DI/CommandExecutorExtension.php
- src/ICommand.php 52 additions, 0 deletionssrc/ICommand.php
- src/Tracy/CommandPanel.php 63 additions, 0 deletionssrc/Tracy/CommandPanel.php
- src/Tracy/templates/Command/panel.phtml 29 additions, 0 deletionssrc/Tracy/templates/Command/panel.phtml
- src/Tracy/templates/Command/tab.phtml 10 additions, 0 deletionssrc/Tracy/templates/Command/tab.phtml
- tests/Cases/CommandExecutorTest.php 99 additions, 0 deletionstests/Cases/CommandExecutorTest.php
- tests/Cases/CommandStackTest.php 101 additions, 0 deletionstests/Cases/CommandStackTest.php
- tests/Cases/DI/CommandExecutorExtensionTest.php 89 additions, 0 deletionstests/Cases/DI/CommandExecutorExtensionTest.php
Loading
Please register or sign in to comment