PHPackages                             abishekrsrikaanth/shirts.io-php-sdk - 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. abishekrsrikaanth/shirts.io-php-sdk

ActiveLibrary[API Development](/categories/api)

abishekrsrikaanth/shirts.io-php-sdk
===================================

PHP SDK to integrate with Shirts.io API

1.0(11y ago)01881BSD-3-ClausePHPPHP &gt;=5.3.0

Since May 19Pushed 11y ago2 watchersCompare

[ Source](https://github.com/abishekrsrikaanth/shirts.io-php-sdk)[ Packagist](https://packagist.org/packages/abishekrsrikaanth/shirts.io-php-sdk)[ RSS](/packages/abishekrsrikaanth-shirtsio-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

\#Shirts.IO PHP SDK Documentation
---------------------------------

[](#shirtsio-php-sdk-documentation)

- [Installation](#installation)
- [Setup](#setup)
- Products
    - [Get Categories](#categories)
    - [Get Products](#products)
    - [Get Product Information](#product-info)
- Quote
    - [Get Quote](#quote)
- Order
    - [Place Order](#order)
- Status
    - [Get Order Status](#status)

\##Installation ```
require: {
 ....
 "abishekrsrikaanth/shirts.io-php-sdk": "1.0"
 ....
}

```

\##Setup ```
include("vendor/autoload.php");
use ShirtsIO\ShirtsIO;

$apiKey = "API KEY PROVIDED BY SHIRTS IO"
ShirtsIO::setAPIKey($apiKey);

```

\##Products

\###Get Categories ``` $productObj = ShirtsIO::Products(); $categories = $productObj-&gt;getCategories(); //This will return an array of Product Categories echo json\_encode($categories); ```

###Get Products

```

$productObj = ShirtsIO::Products(); $products = $productObj-&gt;getProducts($categoryId); echo json\_encode($products);

```

###Get Product Information

```

$productObj = ShirtsIO::Products(); $productInfo = $productObj-&gt;getProductInfo($productId); echo json\_encode($productInfo);

```

**Response: ** https://www.shirts.io/docs/products_reference/#product_id

##Quote

###Get Quote

##Order

###Place Order

##Status

###Get Order Status

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

4376d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/679089de897a6d3f79d14628be0e3a38b3d77ccfa7c1f85ca7de06ae7564b166?d=identicon)[abishekrsrikaanth](/maintainers/abishekrsrikaanth)

---

Top Contributors

[![abishekrsrikaanth](https://avatars.githubusercontent.com/u/1639302?v=4)](https://github.com/abishekrsrikaanth "abishekrsrikaanth (5 commits)")

---

Tags

shirts-ioshirtsshirts.io

### Embed Badge

![Health badge](/badges/abishekrsrikaanth-shirtsio-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/abishekrsrikaanth-shirtsio-php-sdk/health.svg)](https://phpackages.com/packages/abishekrsrikaanth-shirtsio-php-sdk)
```

###  Alternatives

[rackspace/php-opencloud

PHP SDK for Rackspace/OpenStack APIs

4495.9M38](/packages/rackspace-php-opencloud)[cdaguerre/php-trello-api

Trello API v2 client

255666.7k3](/packages/cdaguerre-php-trello-api)[dchesterton/marketo-rest-api

A PHP client for the Marketo.com REST API

41844.1k1](/packages/dchesterton-marketo-rest-api)[carlosio/geckoboard

A PHP library for dealing with Geckoboard API (http://www.geckoboard.com)

40172.2k](/packages/carlosio-geckoboard)[teepluss/api

Laravel 4 Internal Request (HMVC)

7034.0k](/packages/teepluss-api)[jlinn/mandrill-api-php

A PHP client library for Mandrill's REST API

24117.4k](/packages/jlinn-mandrill-api-php)

PHPackages © 2026

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