robertsaupe/php-console-app

php based console app template

1.1.2 2024-02-21 10:56 UTC

This package is auto-updated.

Last update: 2024-04-21 11:19:35 UTC


README

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