PHPackages                             quintype/api - 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. quintype/api

ActiveLibrary[API Development](/categories/api)

quintype/api
============

1.16.6(4y ago)013.7k1PHP

Since Sep 2Pushed 4y ago57 watchersCompare

[ Source](https://github.com/quintype/quintype-api-php)[ Packagist](https://packagist.org/packages/quintype/api)[ RSS](/packages/quintype-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (1)Versions (54)Used By (0)

quintype-api-php
================

[](#quintype-api-php)

A php composer plugin for communication with sketches api

\##How to use To use this package in your project, follow the steps below.

### In composer.json, require this package.

[](#in-composerjson-require-this-package)

```
"require": {
        ...
        ...
        "quintype/api":"1.0.0",
    },
```

### Install or update the composer packages.

[](#install-or-update-the-composer-packages)

```
$ composer install
or
$ composer update
```

### In the Laravel config/app.php file, give an alias to the API class for convenience.

[](#in-the-laravel-configappphp-file-give-an-alias-to-the-api-class-for-convenience)

```
'aliases' => [
        ...
        ...
        'Api' => Quintype\Api\Api::class
    ],
```

### Include the API class in necessary controllers.

[](#include-the-api-class-in-necessary-controllers)

```
use Api;
```

### Create an instance(Pass api-host to it).

[](#create-an-instancepass-api-host-to-it)

```
$this->client = new Api(config("quintype.api-host"));
```

### Use the above created instance to call required functions. For example,

[](#use-the-above-created-instance-to-call-required-functions-for-example)

```
$this->client->config();
$this->client->storyBySlug(["slug"=> $slug]);
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 79% 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 ~37 days

Recently: every ~140 days

Total

53

Last Release

1611d ago

Major Versions

0.0.5 → 1.0.02016-10-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/7149c6ca9a46e2a9b4ce5300eaffea9cbf632b313f4f4d3440573f93cd54f8c4?d=identicon)[quintype](/maintainers/quintype)

![](https://www.gravatar.com/avatar/d59deb3632457afb5aa21cd1f195e4513fb350392f5590d1fa33e560705a0b42?d=identicon)[anaghp](/maintainers/anaghp)

![](https://www.gravatar.com/avatar/da736e8efb414895f4226048758deb1107f5764741cb49d4650a0c6bf67bb97b?d=identicon)[gja](/maintainers/gja)

---

Top Contributors

[![anagh-p](https://avatars.githubusercontent.com/u/14992025?v=4)](https://github.com/anagh-p "anagh-p (64 commits)")[![suhasindra](https://avatars.githubusercontent.com/u/4245800?v=4)](https://github.com/suhasindra "suhasindra (6 commits)")[![gja](https://avatars.githubusercontent.com/u/34746?v=4)](https://github.com/gja "gja (4 commits)")[![rashmirmittal](https://avatars.githubusercontent.com/u/46313225?v=4)](https://github.com/rashmirmittal "rashmirmittal (3 commits)")[![munirajun](https://avatars.githubusercontent.com/u/8831098?v=4)](https://github.com/munirajun "munirajun (2 commits)")[![sharathm89](https://avatars.githubusercontent.com/u/17666778?v=4)](https://github.com/sharathm89 "sharathm89 (1 commits)")[![abhishekjaiswal123](https://avatars.githubusercontent.com/u/10753944?v=4)](https://github.com/abhishekjaiswal123 "abhishekjaiswal123 (1 commits)")

### Embed Badge

![Health badge](/badges/quintype-api/health.svg)

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

###  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)
