ContinuousPHP© is the first and only PHP-centric PaaS to build, package, test and deploy applications in the same workflow.
CLI for the ContinuousPHP platform. Manage projects and build easily from your favorite terminal.
Download the latest version of continuousphp cli as a Phar:
$ curl -LSs https://continuousphp.github.io/cli/phar-installer.php | php
The command will check your PHP settings, warn you of any issues, and then download it to the current directory.
From there, you may place it anywhere you want to make it easier to access (such as /usr/local/bin
) and chmod it to 755.
You can even rename it to just continuousphp
to avoid having to type the .phar extension every time.
You can find Markdown documentation into docs
subfolder or on web version at https://continuousphp.github.io/cli/doc
Thanks to open an issue if you see something missing in our documentation.
This project was made based on Open-Source project, thanks to them!
- Box - PHAR builder
- Symfony\Console - PHP Console Service
- Hoa\Console - PHP Console library
- Fork it 👏
- Create your feature branch:
git checkout -b feat/my-new-feature
- Write your Unit and Functional tests
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feat/my-new-feature
- Submit a pull request with the details of your implementation
- Take a drink during our review and merge 🍻