Download the PHP package xabbuh/panda-client without Composer
On this page you can find all versions of the php package xabbuh/panda-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xabbuh/panda-client
More information about xabbuh/panda-client
Files in xabbuh/panda-client
Package panda-client
Short Description PHP client for the Panda encoding REST-API
License MIT
Homepage https://github.com/xabbuh/panda-client
Informations about the package panda-client
PandaClient
The PandaClient package provides an easy to use implementation of the Panda encoding services REST API.
Caution: Version 1.1.0 introduced a BC break for users implementing the
CloudInterface
. Read the upgrade instructions for more
information.
Installation
The recommended way to install the Panda client is using Composer:
-
Download and install Composer.
-
Add
xabbuh/panda-client
as a dependency of your project: - And require Composer's autoloader:
Note: The Panda client relies on HTTPlug to perform HTTP requests. So you will need to install a client implementation to use the PandaClient. The command above uses the Guzzle 6 adapter, but you can use any implementation.
Usage
Read the documentation to find out how to use the library. Refer to the library's API documentation for a full reference.
License
This package is under the MIT license. See the complete license in the LICENSE file.
All versions of panda-client with dependencies
php-http/client-implementation Version ^1.0
php-http/discovery Version ^1.2.1
php-http/httplug Version ^1.1 || ^2.0
php-http/message Version ^1.5
symfony/http-foundation Version ^4.4|^5.1
symfony/serializer Version ^4.4|^5.1