Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 444 Bytes

File metadata and controls

15 lines (10 loc) · 444 Bytes

peg-cli

###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.