https://github.com/signifly/laravel-shopify
Make requests to the Shopify API from your Laravel app
https://github.com/signifly/laravel-shopify
hacktoberfest laravel
Last synced: 4 months ago
JSON representation
Make requests to the Shopify API from your Laravel app
- Host: GitHub
- URL: https://github.com/signifly/laravel-shopify
- Owner: signifly
- License: mit
- Created: 2018-01-30T09:00:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T10:28:30.000Z (over 1 year ago)
- Last Synced: 2025-09-11T21:38:31.123Z (10 months ago)
- Topics: hacktoberfest, laravel
- Language: PHP
- Homepage: https://www.notion.so/signifly/Laravel-Shopify-424709fa6dd84defb0879ab8a1cb29fa
- Size: 201 KB
- Stars: 214
- Watchers: 6
- Forks: 42
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Make requests to the Shopify API from your Laravel app
[](https://packagist.org/packages/signifly/laravel-shopify)


[](https://scrutinizer-ci.com/g/signifly/laravel-shopify)
[](https://packagist.org/packages/signifly/laravel-shopify)
The `signifly/laravel-shopify` package allows you to easily make requests to the Shopify API.
## Installation
You can install the package via composer:
```bash
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](https://signifly.notion.site/Laravel-Shopify-424709fa6dd84defb0879ab8a1cb29fa?pvs=4).
## Testing
```bash
composer test
```
## Security
If you discover any security issues, please email dev@signifly.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.