PHPackages                             cian/shopify - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. cian/shopify

AbandonedArchivedLibrary

cian/shopify
============

Simple Shopify API package for PHP、Laravel。

1.11.0(4y ago)110.3k2MITPHPPHP &gt;=7.0

Since Apr 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/cian6390/shopify)[ Packagist](https://packagist.org/packages/cian/shopify)[ RSS](/packages/cian-shopify/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (5)Versions (32)Used By (0)

Shopify
=======

[](#shopify)

Simple Shopify API package for PHP、Laravel。

Installation
------------

[](#installation)

### Requirements

[](#requirements)

- PHP 7.0+
- Laravel ^5|^6|^7|^8

```
composer require cian/shopify

```

### Laravel

[](#laravel)

```
php artisan vendor:publish --provider="Cian\Shopify\ShopifyServiceProvider"
```

If your laravel version `
