ajbonner/magento-composer-autoload
最新稳定版本:0.3.0
Composer 安装命令:
composer require ajbonner/magento-composer-autoload
包简介
Extension of Magento's class autoloader making it composer vendor library aware
README 文档
README
Hack to make the magento autoloader composer vendor dir aware.
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 <application_root>/vendor/autoload.php file to initialise its environment.
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.
If you have already overridden this file, or have installed another extension that has, this extension will not work for you.
For example, this extension is not compatible with Aoe_ClassPathCache.
Any comments or questions can be directed to me on twitter @ajbonner, or via email aaron@aaronbonner.io.
Requirements
- PHP 7.2+
- Magento CE 1.9.3.9+ (with PHP 7.2 Patch applied)
统计信息
- 总下载量: 13.98k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-10-09