oripekelman / phoreman
foreman clone
dev-master
2015-08-12 15:33 UTC
Requires
- symfony/config: 2.*
- symfony/console: 2.*
- symfony/dependency-injection: 2.*
- symfony/filesystem: 2.*
- symfony/finder: 2.*
- symfony/process: 2.*
- symfony/yaml: 2.*
This package is not auto-updated.
Last update: 2025-06-17 11:04:06 UTC
README
#Phoreman a foreman clone in PHP
Please excuse my utter ignorance of PHP and total lack of tests for the origin see :
https://github.com/ddollar/foreman
install with
composer global require oripekelman/phoreman dev-master
Given a Procfile run
phoreman start
in the same directory
Most command line options do not work for the moment.