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
Package info
github.com/indigophp-archive/fuel-composer
Type:fuel-package
pkg:composer/indigophp/fuel-composer
v1.1.0
2014-07-13 16:26 UTC
Requires
- php: >=5.3.3
- composer/installers: ~1.0
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
_initfunction 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:
- Load this package in Fuel
- Create config by running
oil g config composer - Edit
APPPATH/config/composer.php
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.