signifly / laravel-shopify
A simple package to handle communication with Shopify API
Installs: 152 032
Dependents: 0
Suggesters: 0
Security: 0
Stars: 200
Watchers: 7
Forks: 39
Open Issues: 9
Requires
- php: ^7.4|^8.0
- guzzlehttp/guzzle: ^7.2
- illuminate/contracts: ^8.0|^9.0|^10.0
- illuminate/http: ^8.0|^9.0|^10.0
- illuminate/routing: ^8.0|^9.0|^10.0
- illuminate/support: ^8.0|^9.0|^10.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- orchestra/testbench: ^6.0|^7.0|^8.0
- phpunit/phpunit: ^9.0
- signifly/php-config: ^1.0
- dev-master
- 1.x-dev
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- v1.0.0-rc.2
- v1.0.0-rc.1
- 0.x-dev
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.0
- v0.6.0
- v0.5.2
- v0.5.1
- v0.5.0
- v0.4.0
- v0.3.0
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- v0.0.10
- v0.0.9
- v0.0.8
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
This package is auto-updated.
Last update: 2024-11-22 17:38:43 UTC
README
Make requests to the Shopify API from your Laravel app
The signifly/laravel-shopify
package allows you to easily make requests to the Shopify API.
Installation
You can install the package via composer:
composer require signifly/laravel-shopify
The package will automatically register itself.
Documentation
You can find the full documentation here: https://www.notion.so/signifly/Laravel-Shopify-424709fa6dd84defb0879ab8a1cb29fa.
Testing
composer test
Security
If you discover any security issues, please email dev@signifly.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.