peg-org / peg-cli
CLI PHP Extension Generator
dev-master
2014-08-05 19:16 UTC
Requires
- php: >=5.4.0
- peg-org/peg-cli: dev-master
- peg-org/peg-src: dev-master
- symfony/console: 2.*
Requires (Dev)
- phpunit/phpunit: 4.0.*
This package is not auto-updated.
Last update: 2022-01-03 18:02:30 UTC
README
###The official CLI frontend for the PHP Extension Generator.
#####Installation
PEG uses Composer for dependencies. To start, download or clone into peg-cli. Open a terminal in the root of the repository and run these commands to install composer:
curl -sS https://getcomposer.org/installer | php
php composer.phar install
If all goes well, PEG should now be set up and ready to use! Just run ./peg to get started.