1.6 KiB
Yii 2.0 Public Preview - Composer Installer
Thank you for choosing Yii - a high-performance component-based PHP framework.
If you are looking for a production-ready PHP framework, please use Yii v1.1.
Yii 2.0 is still under heavy development. We may make significant changes without prior notices. Yii 2.0 is not ready for production use yet.
This is the yii2 composer installer.
Installation
This extension offers you enhanced composer handling for your yii2-project. It will therefor require you to use composer.
php composer.phar require yiisoft/yii2-composer *
Note: You might have to run php composer.phar selfupdate
before using this extension.
Usage & Documentation
This extensions allows you to hook to certain composer events and prepare your yii2-app for usage.
After the package is installed, the composer.json file has to be modified to enable this extension.
To see it in action take a look at the example apps in the repository:
However it might be useful to read through the official composer documentation to understand what this extension can to for you and what it can't.
You can also use this as an template to create your own composer additions to ease development and deployment of your app.