PHPackages                             kevdotbadger/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. [API Development](/categories/api)
4. /
5. kevdotbadger/shopify

AbandonedArchivedLibrary[API Development](/categories/api)

kevdotbadger/shopify
====================

0.1-alpha(10y ago)036PHP

Since Dec 10Pushed 7y agoCompare

[ Source](https://github.com/kevdotbadger/Shopify-Laravel)[ Packagist](https://packagist.org/packages/kevdotbadger/shopify)[ RSS](/packages/kevdotbadger-shopify/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Quickguide
==========

[](#quickguide)

- Add `Shopify\Providers\ShopifyServiceProvider::class,` to your providers array.
- Run `php artisan vendor:publish --provider="Shopify\Providers\ShopifyServiceProvider" --tag="config"` to create a shopify.php config file, and fill out the API vars (defaults to looking in the .env file).

To install an app (redirect the user to the install page), setup a route like /auth/redirect with:

```
$url = $auth->asShop('kevinruscoe')
		->withScopes(['read_products', 'write_products'])
		->redirectingTo(route('auth.callback'))
		->requestAccess();

return redirect(url($url));
```

Once the user has accepted the Shopify install T+C, and are redirected back to your app, in that route (like /auth/callback) do

```
$token = $auth->requestAccessToken($request);

return redirect(url('products'));
```

Now, any controller that needs Shopify, add the `HasShopify` trait, then you can do somthing like

`$this->shopify()->Product->all()`

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3858d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2868b03762511c7fe70c23cb06cf2f5d41e1bc914b12243c3e666da39acec58?d=identicon)[kevdotbadger](/maintainers/kevdotbadger)

---

Top Contributors

[![kevinruscoe-popcreative](https://avatars.githubusercontent.com/u/60140448?v=4)](https://github.com/kevinruscoe-popcreative "kevinruscoe-popcreative (3 commits)")

### Embed Badge

![Health badge](/badges/kevdotbadger-shopify/health.svg)

```
[![Health](https://phpackages.com/badges/kevdotbadger-shopify/health.svg)](https://phpackages.com/packages/kevdotbadger-shopify)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M984](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
