pactode / laravel-shopify
A simple package to handle communication with Shopify API
v1.1.0
2025-01-10 13:50 UTC
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.8
- illuminate/contracts: ^10.0|^11.0
- illuminate/http: ^10.0|^11.0
- illuminate/routing: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
Requires (Dev)
- laravel/pint: ^1.10
- orchestra/testbench: ^8.0|^9.0
- pestphp/pest: ^3.0
README
Make requests to the Shopify API from your Laravel app
The pactode/laravel-shopify
package allows you to easily make requests to the Shopify API.
Installation
You can install the package via composer:
composer require pactode/laravel-shopify
The package will automatically register itself.
Documentation
You can find the full documentation here.
Testing
composer test
Security
If you discover any security issues, please email dev@pactode.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.