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 3w 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 52% 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

2096d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7092530?v=4)[Jacob Hyde](/maintainers/jacobhyde)[@JacobHyde](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/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)
