PHPackages                             qencode/api-client - 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. [Image &amp; Media](/categories/media)
4. /
5. qencode/api-client

ActiveLibrary[Image &amp; Media](/categories/media)

qencode/api-client
==================

PHP library for interacting with Qencode API

v1.13(2y ago)8238.3k↓26.6%3[3 issues](https://github.com/Qencode-Corp/qencode-api-php-client/issues)2PHPPHP &gt;=5.4

Since Jan 9Pushed 2y ago2 watchersCompare

[ Source](https://github.com/Qencode-Corp/qencode-api-php-client)[ Packagist](https://packagist.org/packages/qencode/api-client)[ RSS](/packages/qencode-api-client/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)DependenciesVersions (17)Used By (2)

qencode-api-php-client
======================

[](#qencode-api-php-client)

PHP library for interacting with the Qencode API.

### Installation

[](#installation)

Get composer, run this in your project directory:

```
    curl -sS https://getcomposer.org/installer | php
```

Create composer.json under the root of your project with the following instructions:

```
    {
      "require": {
        "qencode/api-client": "1.13.*"
      }
    }
```

Run composer:

```
    php composer.phar install
```

Include vendor/autoload.php:

```
   require 'vendor/autoload.php';
```

If you don't use composer, use autoload.php located in the root of the repo:

```
   require_once __DIR__ . '/../autoload.php';
```

### Usage

[](#usage)

Instantiate Qencode API Client:

```
   $q = new QencodeApiClient($apiKey);
```

Create a new job:

```
   $task = $q->createTask();
   $task->start($transcodingProfileId, $video_url);
```

Query an existing job:

```
    $response = $task->getStatus();
```

Copyright
---------

[](#copyright)

Copyright 2018 Qencode, Inc.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 52% 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 ~141 days

Recently: every ~15 days

Total

14

Last Release

875d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b3fad415d65ea30291dd830d3d7a757d95b724d4b17e92b8bf0b9623bee6ba3e?d=identicon)[qencode-dev](/maintainers/qencode-dev)

---

Top Contributors

[![qencode-dev](https://avatars.githubusercontent.com/u/32390738?v=4)](https://github.com/qencode-dev "qencode-dev (26 commits)")[![NikitaYeryomin](https://avatars.githubusercontent.com/u/2853819?v=4)](https://github.com/NikitaYeryomin "NikitaYeryomin (15 commits)")[![RootBA](https://avatars.githubusercontent.com/u/103631047?v=4)](https://github.com/RootBA "RootBA (5 commits)")[![obhodny](https://avatars.githubusercontent.com/u/4020323?v=4)](https://github.com/obhodny "obhodny (2 commits)")[![geroddokar](https://avatars.githubusercontent.com/u/2854154?v=4)](https://github.com/geroddokar "geroddokar (1 commits)")[![ToothpickFactory](https://avatars.githubusercontent.com/u/5077977?v=4)](https://github.com/ToothpickFactory "ToothpickFactory (1 commits)")

---

Tags

api-clientphpqencodeqencode-apitranscodingvideovideo-encodingvideo-processingvideos

### Embed Badge

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

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

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

132890.0k3](/packages/goat1000-svggraph)[imagekit/imagekit

PHP library for Imagekit

46877.3k10](/packages/imagekit-imagekit)[jdenticon/jdenticon

Render PNG and SVG identicons.

62413.4k6](/packages/jdenticon-jdenticon)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

16644.1k2](/packages/gravatarphp-gravatar)

PHPackages © 2026

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