PHPackages                             dev-lab/shopify-api-laravel - 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. dev-lab/shopify-api-laravel

ActiveLibrary[API Development](/categories/api)

dev-lab/shopify-api-laravel
===========================

This is my package shopify-api-laravel

v1.0.0(4mo ago)10MITPHPPHP ^8.3CI passing

Since Feb 5Pushed 1mo agoCompare

[ Source](https://github.com/devlab-studio/shopify-api-laravel)[ Packagist](https://packagist.org/packages/dev-lab/shopify-api-laravel)[ Docs](https://github.com/devlab/shopify-api-laravel)[ GitHub Sponsors](https://github.com/Devlab)[ RSS](/packages/dev-lab-shopify-api-laravel/feed)WikiDiscussions main Synced 3mo ago

READMEChangelog (10)Dependencies (12)Versions (2)Used By (0)

 [ ![Devlab Logo](https://camo.githubusercontent.com/6313273fb35f1ad9a9fd1b33bcc7a5803c7147f6e5b6a7e9797c4cc4b130b04b/68747470733a2f2f6465762d6c61622e65732f6173736574732f6c6f676f732f6d61696e2d6c696768742e737667) ](https://dev-lab.es)

 [![Español](https://camo.githubusercontent.com/493bbce836760fc1c7c7e031d4efff413652f76ac1b9e88b6ba8914e14b81cb8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f457370612543332542316f6c2d566572253230656e25323045532d626c75652e7376673f7374796c653d666c61742d737175617265)](README.es.md)

**Shopify API Laravel** is a package to easily integrate the Shopify API into your Laravel projects. It provides methods to fetch and manage Shopify products, orders, customers and stores using PHP, simplifying the connection to Shopify's official API from Laravel.

- Fetch and manage Shopify products
- Fetch and manage Shopify orders
- Fetch and manage Shopify customers
- Fetch and manage Shopify inventory
- Webhook workflow for Shopify
- Methods to retrieve stores from the database
- Utilities to work with GraphQL and the official API

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

[](#installation)

Install the package via Composer:

```
composer require devlab-studio/shopify-api-laravel
```

Publish and run the required migrations:

```
php artisan vendor:publish --tag=shopify-api-laravel-migrations
php artisan migrate
```

Publish the configuration file:

```
php artisan vendor:publish --tag=shopify-api-laravel-config
```

Basic usage examples
--------------------

[](#basic-usage-examples)

### Get stores

[](#get-stores)

```
use Devlab\ShopifyApiLaravel\Models\Store;

$stores = Store::dlGet();
```

### Fetch products for a store

[](#fetch-products-for-a-store)

```
use Devlab\ShopifyApiLaravel\ShopifyAPI\Products;

$store = Store::dlGet(1);
$products = Products::getProducts($store, []);
```

### Fetch an order

[](#fetch-an-order)

```
use Devlab\ShopifyApiLaravel\ShopifyAPI\Orders;

$store = Store::dlGet(1);
$order = Orders::getOrder($store, $orderId);
```

Refer to the [Shopify/GraphQL documentation](https://shopify.dev/docs/api/admin-graphql/latest) for more examples and details.

Resources
---------

[](#resources)

- [Support and contact](https://dev-lab.es/contact)

---

 © 2026 [Devlab Studio](https://dev-lab.es)

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance83

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70.8% 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

148d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/137776410?v=4)[Dev Lab](/maintainers/devlab)[@devlab](https://github.com/devlab)

---

Top Contributors

[![Maizcur](https://avatars.githubusercontent.com/u/120595740?v=4)](https://github.com/Maizcur "Maizcur (17 commits)")[![rsimonru](https://avatars.githubusercontent.com/u/7046520?v=4)](https://github.com/rsimonru "rsimonru (7 commits)")

---

Tags

laravelDevlabshopify-api-laravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/dev-lab-shopify-api-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/dev-lab-shopify-api-laravel/health.svg)](https://phpackages.com/packages/dev-lab-shopify-api-laravel)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[lettermint/lettermint-laravel

Official Lettermint driver for Laravel

1190.2k1](/packages/lettermint-lettermint-laravel)

PHPackages © 2026

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