php-orchestra/orchestra

PHP Project Orchestrator

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 3

pkg:composer/php-orchestra/orchestra

0.1.7 2023-12-06 21:45 UTC

This package is not auto-updated.

Last update: 2025-11-03 11:30:31 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