Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 1.74 KB

File metadata and controls

74 lines (50 loc) · 1.74 KB

php-console-app

Minimum PHP version: 8.2.0 Packagist Version Packagist Downloads License

php based console app template

Supporting

GitHub | Patreon | PayPal | Amazon

Getting started

Install

composer create-project robertsaupe/php-console-app my-console-app

Console

Execute bin/console

cd my-console-app
composer console

Debug

Execute bin/console-debug

cd my-console-app
composer debug

Phar

Execute build/console.phar

cd my-console-app
composer phar

Compile Phar

Install box

cd my-console-app
composer compile

PHPStan

What is PHPStan?

cd my-console-app
composer stan

Credits