Drecomm / EcomDev_ComposerAutoload

Extension that allows using of composer components inside of your project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento Composer Autoloader

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.

System Requirements

  • PHP 5.3 and above
  • Magento 1.4.x and above

Build Status

  • Latest Release: Master Branch
  • Development Branch: Development Branch
  • Code Coverage: Coverage Status

Installation

Install module via composer:

{
    "require": {
       "ecomdev/composer_autoload": "*"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "http://packages.firegento.com"
        }
    ]
}

Contributions

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.

About

Extension that allows using of composer components inside of your project.

License:Open Software License 3.0


Languages

Language:PHP 98.9%Language:Ruby 1.1%