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

ActiveProject[API Development](/categories/api)

jacob-hyde/printify
===================

Printify PHP SDK

v1.0(5y ago)13644MITPHP

Since Oct 5Pushed 5y ago2 watchersCompare

[ Source](https://github.com/jacob-hyde/Printify-PHP-SDK)[ Packagist](https://packagist.org/packages/jacob-hyde/printify)[ RSS](/packages/jacob-hyde-printify/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

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

[](#printify-php-sdk)

---

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

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

[](#installation)

---

`composer required jacob-hyde/printify`

Check out **example** and **test** directories for more specific usage examples.

### Basic Usage

[](#basic-usage)

---

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

```
use Printify\PrintifyApiClient;
use Printify\PrintifyCatalog;

$printify_api = new PrintifyApiClient();
$printify_catalog = new PrintifyCatalog($printify_api);
$catalog_items = $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 Printify\PrintifyOrders;
$printify_orders = new PrintifyOrders($printify_api, );
$orders = $printify_orders->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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

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

2051d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/272afff1264c6afef6d9bdf167122b57418f476a73ee2959bda30c79114cb86d?d=identicon)[jacobhyde](/maintainers/jacobhyde)

---

Top Contributors

[![jacob-hyde](https://avatars.githubusercontent.com/u/37390874?v=4)](https://github.com/jacob-hyde "jacob-hyde (27 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/jacob-hyde-printify/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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