flightphp / runway
Console app for the Flight PHP Framework.
v1.1.0
2024-09-27 17:19 UTC
Requires
- php: ^8.2
- adhocore/cli: ^1.7
- nette/php-generator: ^4.1
Requires (Dev)
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.5
- rregeer/phpunit-coverage-check: ^0.3.1
- squizlabs/php_codesniffer: ^3.8
This package is auto-updated.
Last update: 2024-10-27 17:49:46 UTC
README
Runway is a console app for managing your Flight projects. This is built off the backbone of the amazing adhocore/php-cli libraries.
v1.0 requires PHP 8.2+. For PHP 7.4, 8.0, and 8.1 use version 0.2.3 and forward.
Basic Usage
vendor/bin/runway --help
This will show you all the possible commands you can run with Runway.
You can see the options for each of the commands by adding --help
or -h
to the command.
vendor/bin/runway routes --help
Installation
Installation is done through composer.
composer require flightphp/runway
License
Flight Runway is released under the MIT license.