flightphp/runway

Console app for the Flight PHP Framework.

Maintainers

👁 n0nag0n

Package info

github.com/flightphp/runway

pkg:composer/flightphp/runway

Statistics

Installs: 18 099

Dependents: 10

Suggesters: 2

Stars: 5

Open Issues: 0

v1.2.6 2026-01-15 05:31 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 50764ca235349886cc926d7b49b48e3fee55a146

  • n0nag0n <n0nag0n.woop@sky-9.com>

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.