PHPackages                             devlab-studio/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. devlab-studio/shopify-api-laravel

ActiveLibrary[API Development](/categories/api)

devlab-studio/shopify-api-laravel
=================================

This is my package shopify-api-laravel

v1.0.9(1mo ago)122↓77.8%MITPHPPHP ^8.3CI passing

Since Feb 5Pushed 1mo agoCompare

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

READMEChangelog (10)Dependencies (26)Versions (11)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

44

—

FairBetter than 91% of packages

Maintenance91

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Every ~10 days

Total

10

Last Release

42d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97740b846ae0e3a38a14e6aea1701bf9020c976a91a99d5fa26ea62f194c442d?d=identicon)[devlab-studio](/maintainers/devlab-studio)

---

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/devlab-studio-shopify-api-laravel/health.svg)

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

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k9.9M89](/packages/dedoc-scramble)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.3M42](/packages/spatie-laravel-pdf)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

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

Profile &amp; MFA starter kit for filament.

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

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

272.7k1](/packages/finity-labs-fin-mail)

PHPackages © 2026

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