
generator-wikimedia-php-library
This tool will help you start a PHP library that conforms to Wikimedia
specifications.
Installation
First, you'll need to make sure you have Composer
and Yeoman. Yeoman is distributed as an
npm package. To install it, run:
npm install -g yo
For instructions on obtaining Composer, see Download
Composer in the Composer documentation.
Once you have installed Yeoman and Composer, you are ready to install
generator-wikimedia-php-library. To do that, run:
npm install -g generator-wikimedia-php-library
Getting Started
- Create a new directory or a bare git repository and
cd into it.
- Run
yo wikimedia-php-library.
Interactive prompts will guide you the rest of the way.
License
Apache-2.0