Skip to content

Very basic implementation to use composer based packages in magento. Includes autoloader for packages in vendor folder.

Notifications You must be signed in to change notification settings

thijssnowcountry/magento1_composer_loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Magento1 composer

Very small implementation to be able to use composer PHP packages and classes in magento. If you want to use composer to be able to install magento modules, please take a look at https://github.com/Cotya/magento-composer-installer .

Usage

Step 1: Goto lib/Composer folder magento and excute composer installer, see: https://getcomposer.org/download/ Step 2: Install composer packages you need (see example)

Example

In this example, i am using the piquer exact client.

Step one: execute in shell:

    composer require picqer/exact-php-client

Usage in code:

      $item = new \Picqer\Financials\Exact\GLAccount($connection);

About

Very basic implementation to use composer based packages in magento. Includes autoloader for packages in vendor folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages