<p align="center">
    <img src="https://user-images.githubusercontent.com/5956778/124729976-33b6fb00-df11-11eb-997f-1c8ce5e17152.png" width="400" />
</p>

# Make requests to the Shopify API from your Laravel app

[![Latest Version on Packagist](https://img.shields.io/packagist/v/signifly/laravel-shopify.svg?style=flat-square)](https://packagist.org/packages/signifly/laravel-shopify)
![Tests](https://github.com/signifly/laravel-shopify/workflows/Tests/badge.svg)
![Code Style](https://img.shields.io/github/workflow/status/signifly/laravel-shopify/Check%20&%20fix%20styling?label=code%20style)
[![Quality Score](https://img.shields.io/scrutinizer/g/signifly/laravel-shopify.svg?style=flat-square)](https://scrutinizer-ci.com/g/signifly/laravel-shopify)
[![Total Downloads](https://img.shields.io/packagist/dt/signifly/laravel-shopify.svg?style=flat-square)](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).


## 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.
