2017 © Pedro Peláez
 

magento-module magento-composer-autoload

Extension of Magento's class autoloader making it composer vendor library aware

image

ajbonner/magento-composer-autoload

Extension of Magento's class autoloader making it composer vendor library aware

  • Wednesday, June 27, 2018
  • by ajbonner
  • Repository
  • 5 Watchers
  • 16 Stars
  • 2,989 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 4 Versions
  • 8 % Grown

The README.md

Magento Composer Autoload

Hack to make the magento autoloader composer vendor dir aware., (*1)

It's very likely you want to manage 3rd party libraries, or perhaps even Magento Extensions using composer. This can be difficult because composer uses its own class loading mechanism, typically creating a /vendor/autoload.php file to initialise its environment., (*2)

This extension overrides Magento's default autoloader Varien_Autoload to load this file before initialising Magento so you can make use of composer managed code within Magento., (*3)

If you have already overridden this file, or have installed another extension that has, this extension will not work for you., (*4)

For example, this extension is not compatible with Aoe_ClassPathCache., (*5)

Any comments or questions can be directed to me on twitter @ajbonner, or via email aaron@aaronbonner.io., (*6)

Requirements

  • PHP 7.2+
  • Magento CE 1.9.3.9+ (with PHP 7.2 Patch applied)

The Versions

27/06 2018

dev-master

9999999-dev https://github.com/ajbonner/magento-composer-autoload

Extension of Magento's class autoloader making it composer vendor library aware

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

27/06 2018

0.1.2

0.1.2.0 https://github.com/ajbonner/magento-composer-autoload

Extension of Magento's class autoloader making it composer vendor library aware

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

14/11 2014

0.1.1

0.1.1.0 https://github.com/ajbonner/magento-composer-autoload

Extension of Magento's class autoloader making it composer vendor library aware

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

11/02 2014

0.1.0

0.1.0.0 https://github.com/ajbonner/magento-composer-autoload

Extension of Magento's class autoloader making it composer vendor library aware

  Sources   Download

MIT

The Requires

  • php >=5.3.0