Implemented by overriding the core/cache model in the first configuration merge stage. So it is always available, no matter how Magento is instantiated.
If you want to disable a module, you have to change name of app/etc/ecomdev_composerautoload.xml
to something not detectable by Magento.
Does not conflict with any custom implementation of Magento autoloader, since only wraps existing autoloader with suppress warning.
- PHP 5.3 and above
- Magento 1.4.x and above
Install module via composer:
{
"require": {
"ecomdev/composer_autoload": "*"
},
"repositories": [
{
"type": "composer",
"url": "http://packages.firegento.com"
}
]
}
If you want to take a part in improving our extension please create branches based on develop one.
###Create your contribution branch:
$ git checkout -b [your-name]/[feature] develop
Then submit them for pull request.