imsamurai/cakephp-environment

Provides improovement for tests, packagist, etc


Keywords
phpunit, plugin, cakephp, environment, packagist
License
MIT

Documentation

Cakephp Environment Plugin

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

  • phpunit 4.1.*
  • composer autoload
  • hhvm compatible
  • console switched to hhvm by default

Requirements

- Composer
- hhvm (default handler, you can change to `php`)

Installation

  1. Install via composer latest package imsamurai/cakephp-environment.

  2. Add plugin loading in Config/bootstrap.php

    CakePlugin::load('Environment', array('bootstrap' => true));

  3. Run Console/cake Environment.environment install (check help for options).