Download the PHP package hmazter/console-skeleton without Composer
On this page you can find all versions of the php package hmazter/console-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hmazter/console-skeleton
More information about hmazter/console-skeleton
Files in hmazter/console-skeleton
Download hmazter/console-skeleton
More information about hmazter/console-skeleton
Files in hmazter/console-skeleton
Vendor hmazter
Package console-skeleton
Short Description Skeleton for a console application with DI-container and yaml-config
License MIT
Package console-skeleton
Short Description Skeleton for a console application with DI-container and yaml-config
License MIT
Please rate this library. Is it a good library?
Informations about the package console-skeleton
Console Skeleton
Skeleton for a console application, including:
- DI-Container
- Services and commands autowired in yaml-config
- Example Command
- Example test
- Phar Builder
Getting started
This will create a new project with the skeleton for a console application:
The skeleton can then be executed with:
Building distributable phar
A phar-file that can be distributed can be built with:
This will output the phar-file in the project root, named <project-directory-name>.phar
.
Running with docker
Build the app with:
And run the app with docker with this command:
Tests
Tests can be run with:
Static Code analyse
Code can be static analysed with PHPStan:
Continue building
Go ahead and:
- Edit/replace command in src/Commad/ExampleCommand
- Add more commands in src/Command
- Add additional classed that you need in src/
- Edit/replace the test in tests/Command/ExampleCommandTest
All versions of console-skeleton with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
symfony/config Version ^6.1
symfony/console Version ^6.1
symfony/dependency-injection Version ^6.1
symfony/yaml Version ^6.1
symfony/config Version ^6.1
symfony/console Version ^6.1
symfony/dependency-injection Version ^6.1
symfony/yaml Version ^6.1
The package hmazter/console-skeleton contains the following files
Loading the files please wait ....