php-orchestra/orchestra

PHP Project Orchestrator

0.1.7 2023-12-06 21:45 UTC

This package is not auto-updated.

Last update: 2025-01-27 07:38:24 UTC


README

PHP Orchestra helps you creating a decentralized PHP project

Requirements

  • PHP 8.1+ is required to run the latest version
  • Composer is required.

Compile the Phar file

PHP Orchestra is using BOX for PHAR packaging. to generate a new orchestra.phar file:

  • Install box globally composer global require humbug/box
  • Run box compile
  • The file will be available at ./bin/orchestra.phar