Releases: jigarius/phpake
Releases · jigarius/phpake
v1.0.0
v1.0.0-beta.1
The first release! All the basic features work and most of the code is unit tested.
Features
- Initial documentation
- Tasks with no parameters
- Tasks with parameters
- Tasks with variadic parameters
Phpakefile
examples- Ability to run shell commands with
proc_open()