https://github.com/pactode/laravel-shopify
Make requests to the Shopify API from your Laravel app
https://github.com/pactode/laravel-shopify
laravel php shopify shopify-api shopify-app
Last synced: 9 months ago
JSON representation
Make requests to the Shopify API from your Laravel app
- Host: GitHub
- URL: https://github.com/pactode/laravel-shopify
- Owner: pactode
- License: mit
- Created: 2021-10-06T08:10:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T13:50:54.000Z (over 1 year ago)
- Last Synced: 2025-01-10T14:49:27.559Z (over 1 year ago)
- Topics: laravel, php, shopify, shopify-api, shopify-app
- Language: PHP
- Homepage: https://pactode.gitbook.io/laravel-shopify/
- Size: 203 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
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:
```bash
composer require pactode/laravel-shopify
```
The package will automatically register itself.
## Documentation
You can find the full documentation [here](https://pactode.gitbook.io/laravel-shopify/).
## Testing
```bash
composer test
```
## Security
If you discover any security issues, please email dev@pactode.com instead of using the issue tracker.
## Credits
- [Morten Poul Jensen](https://github.com/pactode)
- [All contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.