Skip to content

Getting Started

Phake 4 depends on PHP 7.1 or greater. It has no dependency on PHPUnit and should be usable with any version of PHPUnit compatible with your PHP version.

Composer Install

Phake can be installed via Composer. You will typically want to install Phake as a development requirement. To do so you can run the command :

composer require --dev phake/phake

Install from Source

You can also clone a copy of Phake from the Phake GitHub repository.

git clone https://github.com/phake/phake.git

Every attempt is made to keep the master branch stable and this should be usable for those that immediately need features before they get released or in the event that you enjoy the bleeding edge. Always remember, until something goes into a rc state, there is always a chance that the functionality may change. However as an early adopter that uses GitHub, you can have a chance to mold the software as it is built.

Have fun using Phake

Once Phake is installed you can start having fun with it.
To learn how to use it we recommend you to read the full documentation but if you're in a hurry or impatient you can refer to our Cheat sheet.

Support

If you think you have found a bug or an issue with Phake, please feel free to open up an issue on the Phake Issue Tracker .