probststefan / laravel-shopware-api
This package provides a convenient wrapper to the Shopware 5 API for Laravel applications.
dev-master
2020-06-03 06:33 UTC
Requires
- php: ^7.1
- illuminate/support: ^6.0
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2025-06-29 01:28:52 UTC
README
This package provides a convenient wrapper to the Shopware 5 API for Laravel applications.
Installation
You can install the package via composer:
composer require probststefan/laravel-shopware-api
Usage
// Usage description here
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email probststefan@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.