Download the PHP package jwplayer/jwplatform without Composer
On this page you can find all versions of the php package jwplayer/jwplatform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jwplayer/jwplatform
More information about jwplayer/jwplatform
Files in jwplayer/jwplatform
Package jwplatform
Short Description Official JW Player client
License MIT
Homepage https://github.com/jwplayer/jwplatform-php
Informations about the package jwplatform
JW Platform API Client
The JWPlatform PHP library provides convenient access to the JW Platform Management API from applications written in the PHP language.
Visit JW Player Developer site for more information about JW Platform API.
Requirements
PHP 5.6.0 and later.
Install
Composer
You can install the bindings via Composer. Run the following command:
To use the bindings, use Composer's autoload:
Manual Installation
If you do not wish to use Composer, you can download the
latest release.
Then, to use the bindings, include the init.php
file.
Dependencies
The bindings require the following extensions in order to work properly:
curl
, although you can use your own non-cURL client if you prefer
If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available.
Usage
Please refer to our documentation for all API functionality.
Client setup
Get video metadata
V1 Client
The V1 Client remains available for use but is deprecated. We strongly recommend using the V2 Client when possible.
Development
Get Composer. For example, on Mac OS:
Install dependencies:
License
JW Platform API library is distributed under the MIT license.
All versions of jwplatform with dependencies
ext-curl Version *