PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Stefan Ninic   Laravel Magento API Integration   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Magento API Integration
Service to use Magento from Laravel applications
Author: By
Last change:
Date: 4 years ago
Size: 557 bytes
 

Contents

Class file image Download
{ "name": "kg-bot/laravel-magento", "description": "Laravel Integration With Magento API", "license": "MIT", "type": "library", "authors": [ { "name": "Stefan Ninic", "email": "ninicstefan94@gmail.com" } ], "require": { "php": ">=7.1", "laravel/framework": "^5.5", "ext-json": "*", "guzzlehttp/guzzle": "*" }, "autoload": { "psr-4": { "KgBot\\Magento\\": "src/" } }, "extra": { "laravel": { "providers": [ "KgBot\\Magento\\MagentoServiceProvider" ] } } }