Yii2 Bootstrap 3
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Suralc ce9fabab57 Rewording 11 years ago
..
yii/composer minor fix about composer installer. 11 years ago
LICENSE.md Added readme and license files to extensions. 11 years ago
README.md Rewording 11 years ago
composer.json changed dependency of composer installer 11 years ago

README.md

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.

Build Status

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:

Basic Advanced

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.