indigophp / fuel-composer
Fuel 1.x package to help development with Composer
Installs: 412
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:fuel-package
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
_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:
- 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.