PHP Classes
elePHPant
Icontem

Laravel Magento API Integration: Service to use Magento from Laravel applications

Recommend this page to a friend!

  Author Author  
Name: Stefan Ninic <contact>
Classes: 5 packages by
Country: Bosnia and Herzegovina Bosnia and Herzegovina
Innovation award
Innovation award
Nominee: 3x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This package provides a Service to use Magento from Laravel applications.

It provides classes that work as service provider to access data from a Magento e-commerce installation.

Currently it provides classes that can access data from products, orders, customers and customers groups.

Details

Laravel Magento App wrapper

<p align="center"> <a href="https://packagist.org/packages/kg-bot/laravel-magento"><img src="https://img.shields.io/packagist/dt/kg-bot/laravel-magento.svg?style=flat-square" alt="Total Downloads"></a> <a href="https://packagist.org/packages/kg-bot/laravel-magento"><img src="https://img.shields.io/packagist/v/kg-bot/laravel-magento.svg?style=flat-square" alt="Latest Stable Version"></a> <a href="https://packagist.org/packages/kg-bot/laravel-magento"><img src="https://img.shields.io/packagist/l/kg-bot/laravel-magento.svg?style=flat-square" alt="License"></a> </p>

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.

  1. Add the MagentoServiceProvider to your config/app.php providers array.
<?php 
'providers' => [
    // ...
    \KgBot\Magento\MagentoServiceProvider::class,
    // ...
]

  1. Copy the package config to your local config with the publish command:
php artisan vendor:publish --provider="KgBot\Magento\MagentoServiceProvider"

  Classes of Stefan Ninic  >  Laravel Magento API Integration  >  Download Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  

 

Name: Laravel Magento API Integration
Base name: laravel-magento
Description: Service to use Magento from Laravel applications
Version: 1.0.0
PHP version: 5
License: MIT/X Consortium License
 
  Groups   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image E-Commerce Online stores, shopping baskets and payment methods View top rated classes
Group folder image Libraries Frameworks and libraries of cooperating classes View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
October 2019
Nominee
Vote
Magento is a popular e-commerce platform written in PHP.

On the other hand Laravel is also a popular framework developed to create PHP applications.

This package provides classes that help integrating Magento based sites with applications written using Laravel.

Manuel Lemos

  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Files folder imagesrc (2 files, 5 directories)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file readme.md Doc. Read me

  Files folder image Files  /  src  
File Role Description
Files folder imageBuilders (5 files)
Files folder imageconfig (1 file)
Files folder imageExceptions (3 files)
Files folder imageModels (4 files)
Files folder imageUtils (2 files)
  Plain text file Magento.php Class Class source
  Plain text file MagentoServiceProvider.php Class Class source

  Files folder image Files  /  src  /  Builders  
File Role Description
  Plain text file Builder.php Class Class source
  Plain text file CustomerBuilder.php Class Class source
  Plain text file CustomerGroupBuilder.php Class Class source
  Plain text file OrderBuilder.php Class Class source
  Plain text file ProductBuilder.php Class Class source

  Files folder image Files  /  src  /  config  
File Role Description
  Accessible without login Plain text file laravel-magento.php Aux. Auxiliary script

  Files folder image Files  /  src  /  Exceptions  
File Role Description
  Plain text file MagentoClientException.php Class Class source
  Plain text file MagentoMethodNotImplementedException.php Class Class source
  Plain text file MagentoRequestException.php Class Class source

  Files folder image Files  /  src  /  Models  
File Role Description
  Plain text file Customer.php Class Class source
  Plain text file CustomerGroup.php Class Class source
  Plain text file Order.php Class Class source
  Plain text file Product.php Class Class source

  Files folder image Files  /  src  /  Utils  
File Role Description
  Plain text file Model.php Class Class source
  Plain text file Request.php Class Class source

Install with Composer Install with Composer - Download Download all files: laravel-magento.tar.gz laravel-magento.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.