PHPackages                             kg-bot/laravel-magento - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kg-bot/laravel-magento

ActiveLibrary[API Development](/categories/api)

kg-bot/laravel-magento
======================

Laravel Integration With Magento API

v1.2(5y ago)7938[1 issues](https://github.com/kg-bot/laravel-magento/issues)MITPHPPHP &gt;=7.1

Since Feb 16Pushed 5y ago2 watchersCompare

[ Source](https://github.com/kg-bot/laravel-magento)[ Packagist](https://packagist.org/packages/kg-bot/laravel-magento)[ RSS](/packages/kg-bot-laravel-magento/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (2)Versions (17)Used By (0)

Laravel Magento App wrapper
===========================

[](#laravel-magento-app-wrapper)

 [![Total Downloads](https://camo.githubusercontent.com/6964488d745534644a3fdcbf4b3a81bb366ed0e72c0a945e0f4d6ef55743b7b0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b672d626f742f6c61726176656c2d6d6167656e746f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kg-bot/laravel-magento)[![Latest Stable Version](https://camo.githubusercontent.com/c7ed6dfcf6309bb8f68d433b69c99fe028a3f81280aae5ff7ebc3e6bb05874c9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b672d626f742f6c61726176656c2d6d6167656e746f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kg-bot/laravel-magento)[![License](https://camo.githubusercontent.com/c188f70089e937f01bf4341b3e4b4293737c62579825cef973c123ac5c65da11/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6b672d626f742f6c61726176656c2d6d6167656e746f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kg-bot/laravel-magento)

Installation
------------

[](#installation)

1. Require using composer

```
composer require kg-bot/laravel-magento
```

In Laravel 5.5, and above, the package will auto-register the service provider. In Laravel 5.4 you must install this service provider.

2. Add the MagentoServiceProvider to your `config/app.php` providers array.

```
