indigophp/fuel-composer

This package is abandoned and no longer maintained. No replacement package was suggested.

Fuel 1.x package to help development with Composer

v1.1.0 2014-07-13 16:26 UTC

This package is not auto-updated.

Last update: 2019-02-20 17:59:29 UTC


README

Fuel 1.x package to help development with Composer.

This package has multiple purposes:

  • It eases the development by loading autoload files from packages
  • Registers a custom autoloader and autoloads classes with calling _init function where possible

Install

Via Composer

{
    "require": {
        "indigophp/fuel-composer": "@stable"
    }
}

Usage

If you want to use only the autoloader feature you are done by installing this package.

If you want to use the package for development:

  1. Load this package in Fuel
  2. Create config by running oil g config composer
  3. Edit APPPATH/config/composer.php

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.