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

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

Awesome Lists containing this project

README

          



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