PHPackages                             sas/shopware-laravel-sdk - 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. sas/shopware-laravel-sdk

ActiveLibrary[API Development](/categories/api)

sas/shopware-laravel-sdk
========================

Shopware SDK for Laravel 8

2.0.0(3y ago)32.0k↓89.3%1MITPHPPHP ^7.4 || ^8.0

Since Oct 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Shape-and-Shift/shopware-laravel-sdk)[ Packagist](https://packagist.org/packages/sas/shopware-laravel-sdk)[ RSS](/packages/sas-shopware-laravel-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (10)Versions (15)Used By (0)

Shopware 6 Laravel SDK
======================

[](#shopware-6-laravel-sdk)

[![php](https://camo.githubusercontent.com/d282cc3193faee11ee32307d0c4c9d809e8fafa4b3a8c12c6afbf35d4f7ec617/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d3737374242343f7374796c653d666f722d7468652d6261646765266c6f676f3d706870266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/d282cc3193faee11ee32307d0c4c9d809e8fafa4b3a8c12c6afbf35d4f7ec617/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d3737374242343f7374796c653d666f722d7468652d6261646765266c6f676f3d706870266c6f676f436f6c6f723d7768697465)

[![Latest Version on Packagist](https://camo.githubusercontent.com/50c8ec6627639f40ffc91d17b8edb0268a08adcf50fe1e3c6b863804b6bcce16/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76696e2d73772f73686f70776172652d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vin-sw/shopware-sdk)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

A Laravel package to help integrate [Shopware PHP SDK](link-shopware-php-sdk) much more easier

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

[](#installation)

Install with Composer

```
composer require sas/shopware-laravel-sdk
```

Migrate shop table

```
php artisan migrate
```

Publish config file - Change `/config/sas_app.php` for your specific app's configuration

```
php artisan vendor:publish
```

```
