ajbonner/magento-composer-autoload 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 14
  • Watchers: 5
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-10-09