An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Laravel Shopify

# Make requests to the Shopify API from your Laravel app

GitHub Workflow Status (main)
Total Downloads
Latest Version
License

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.