PHPackages                             garissman/printify - 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. garissman/printify

ActiveLibrary

garissman/printify
==================

Printify PHP SDK

v2.0.1(4mo ago)177MITPHPCI passing

Since May 9Pushed 4mo agoCompare

[ Source](https://github.com/garissman/printify)[ Packagist](https://packagist.org/packages/garissman/printify)[ RSS](/packages/garissman-printify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (6)Versions (9)Used By (0)

Printify PHP Laravel SDK
========================

[](#printify-php-laravel-sdk)

---

Basic PHP wrapper for working with Printify API, for Laravel. API endpoint documentation can be found here:

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

[](#installation)

---

`composer require garissman/printify`

Publish
-------

[](#publish)

---

After installing, you should publish the configuration file using the vendor:publish Artisan command. This command will publish the printify.php configuration file to your application's config directory:

`php artisan vendor:publish --provider="Garissman\Printify\PrintifyServiceProvider"`

### Basic Usage

[](#basic-usage)

---

Create a new instance of the Printify API and pass it to the endpoint class. For example the Catalog:

```
use Garissman\Printify\Facades\Printify;

Printify::catalog()->all()

```

### Shop Based Endpoints

[](#shop-based-endpoints)

---

For shop based endpoints, pass along the shop ID in the endpoint constructor. For Example:

```
use Garissman\Printify\Facades\Printify;

Printify::order()->all()

```

Endpoints that need a shop ID:

- Products
- Orders
- Uploads
- Webhooks

### Endpoints

[](#endpoints)

---

- [Shops](docs/shops.md)
- [Catalog](docs/catalog.md)
- [Products](docs/products.md)
- [Orders](orders.md)
- [Uploads](docs/uploads.md)
- [Webhooks](docs/webhooks.md)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance77

Regular maintenance activity

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 51.9% 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 ~101 days

Recently: every ~152 days

Total

7

Last Release

128d ago

Major Versions

0.0.5 → v2.0.02026-01-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/593dcaa71a21eb1e1f8c0774f439017bfcbcf50a7eeca923823a7e8407de0779?d=identicon)[arimoralesjordan](/maintainers/arimoralesjordan)

---

Top Contributors

[![jacob-hyde](https://avatars.githubusercontent.com/u/37390874?v=4)](https://github.com/jacob-hyde "jacob-hyde (27 commits)")[![garissman](https://avatars.githubusercontent.com/u/7206453?v=4)](https://github.com/garissman "garissman (24 commits)")[![mikebronner](https://avatars.githubusercontent.com/u/1791050?v=4)](https://github.com/mikebronner "mikebronner (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/garissman-printify/health.svg)

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

###  Alternatives

[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[torchlight/torchlight-laravel

A Laravel Client for Torchlight, the syntax highlighting API.

120452.8k11](/packages/torchlight-torchlight-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[iankumu/mpesa

A package that helps integrate the Mpesa APIs to your Laravel Project

5014.7k](/packages/iankumu-mpesa)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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