PHPackages                             xabbuh/panda-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. [HTTP &amp; Networking](/categories/http)
4. /
5. xabbuh/panda-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

xabbuh/panda-client
===================

PHP client for the Panda encoding REST-API

v1.5.0(5y ago)13199.4k1MITPHP ^7.1|^8.0

Since Feb 26Compare

[ Source](https://github.com/xabbuh/panda-client)[ Packagist](https://packagist.org/packages/xabbuh/panda-client)[ Docs](https://github.com/xabbuh/panda-client)[ RSS](/packages/xabbuh-panda-client/feed)WikiDiscussions Synced 1mo ago

READMEChangelogDependencies (10)Versions (14)Used By (1)

PandaClient
===========

[](#pandaclient)

[![Build Status](https://camo.githubusercontent.com/c90fc6356f64212060898f701602756aa3cb41fb9c9ac20b8e37c50b593f32ff/68747470733a2f2f7472617669732d63692e6f72672f7861626275682f70616e64612d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/xabbuh/panda-client)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/399d9b9c162af9c3d071fb48227b1b33a17ad61b3ec1b42e3ebdd067ce242499/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7861626275682f70616e64612d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f733d65383230346131303332636337346265663063356535333863313762313964333366363765373963)](https://scrutinizer-ci.com/g/xabbuh/panda-client/)[![Code Coverage](https://camo.githubusercontent.com/a62f9a7100f450b4046ece5217a9e4246672009f9997f30661f9a69ce484c641/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7861626275682f70616e64612d636c69656e742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/xabbuh/panda-client/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/a0eccb0edf9e41408be14b113368f7ad4a3736e9805b0589da8af77632832683/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64646664313965382d666537352d346231362d616561662d3139343763656261663063652f6d696e692e706e67)](https://insight.sensiolabs.com/projects/ddfd19e8-fe75-4b16-aeaf-1947cebaf0ce)[![Code Climate](https://camo.githubusercontent.com/eea70da3b4cd7056ac53744a5de8c4ac1257b7e221a2184b9699c051c6225610/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f7861626275682f70616e64612d636c69656e742f6261646765732f6770612e737667)](https://codeclimate.com/github/xabbuh/panda-client)

The PandaClient package provides an easy to use implementation of the [Panda encoding services](https://www.pandastream.com/) REST API.

**Caution:** Version 1.1.0 introduced a BC break for users implementing the `CloudInterface`. Read the [upgrade instructions](UPGRADE-1.1.md) for more information.

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

[](#installation)

The recommended way to install the Panda client is using [Composer](http://getcomposer.org/):

1. [Download and install](http://getcomposer.org/doc/00-intro.md) Composer.
2. Add `xabbuh/panda-client` as a dependency of your project:

    ```
    $ composer require xabbuh/panda-client php-http/guzzle6-adapter
    ```
3. And require Composer's autoloader:

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

Note: The Panda client relies on [HTTPlug](http://httplug.io/) to perform HTTP requests. So you will need to install a [client implementation](https://packagist.org/providers/php-http/client-implementation)to use the PandaClient. The command above uses the Guzzle 6 adapter, but you can use any implementation.

Usage
-----

[](#usage)

Read the [documentation](doc/usage.md) to find out how to use the library. Refer to the [library's API documentation](http://dev.xabbuh.de/docs/panda-client/) for a full reference.

License
-------

[](#license)

This package is under the MIT license. See the complete license in the [LICENSE](LICENSE) file.

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity75

Established project with proven stability

 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

Every ~222 days

Recently: every ~323 days

Total

12

Last Release

2003d ago

PHP version history (4 changes)1.0.0PHP &gt;=5.3.0

v1.3.0PHP ^5.6 || ^7.0

v1.4.0PHP ^7.1

1.x-devPHP ^7.1|^8.0

### Community

Maintainers

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

---

Top Contributors

[![xabbuh](https://avatars.githubusercontent.com/u/1957048?v=4)](https://github.com/xabbuh "xabbuh (161 commits)")[![stof](https://avatars.githubusercontent.com/u/439401?v=4)](https://github.com/stof "stof (5 commits)")[![tgallice](https://avatars.githubusercontent.com/u/860533?v=4)](https://github.com/tgallice "tgallice (1 commits)")

---

Tags

clientrestPandavideo-encoding

### Embed Badge

![Health badge](/badges/xabbuh-panda-client/health.svg)

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

###  Alternatives

[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k48.1M234](/packages/api-platform-core)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[laudis/neo4j-php-client

Neo4j-PHP-Client is the most advanced PHP Client for Neo4j

184616.9k31](/packages/laudis-neo4j-php-client)[xabbuh/panda-bundle

integration of the Panda encoding services into the Symfony2 Framework

10174.6k](/packages/xabbuh-panda-bundle)[api-platform/state

API Platform state interfaces

223.4M57](/packages/api-platform-state)[arhitector/yandex

PHP SDK для работы с некоторыми сервисами яндекса (Яндекс.Диск, Yandex.Disk)

13082.9k5](/packages/arhitector-yandex)

PHPackages © 2026

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