PHPackages                             dacast/dacast\_sdk\_php - 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. dacast/dacast\_sdk\_php

ActiveLibrary

dacast/dacast\_sdk\_php
=======================

Dacast PHP SDK

61.3k6[2 issues](https://github.com/dacast/api-php/issues)[1 PRs](https://github.com/dacast/api-php/pulls)PHP

Since Jul 26Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

[![bitmovin](https://camo.githubusercontent.com/28764cb0ea12bc75390d1ffc4ac2bd8c8819867db808e7ed9e49e55d29281ab7/687474703a2f2f7777772e6461636173742e636f6d2f77702d636f6e74656e742f7468656d65732f6461636173742f696d616765732f6c6f676f2e706e67)](https://www.dacast.com)
=======================================================================================================================================================================================================================================================================

[](#)

The Dacast SDK for PHP is a seamless integration with the [Dacast API](https://www.dacast.com). You can use our API to access Dacast API endpoints.

Installation
============

[](#installation)

Change directory to your project folder and install with Composer.

```
cd your/project/folder
```

Edit your composer.json and add this

```
"repositories": [
    {
        "type": "vcs",
        "url":  "git@github.com:dacast/api-php.git"
    }
]
```

Then, open your terminal and paste

```
composer install
```

Usage
=====

[](#usage)

Before you can start using the api you need to **set your API key.**

Your API key can be found in the **settings of your Dacast user account**.

Demos
-----

[](#demos)

- [**Live**](examples/channel)
    - [Retrieve](examples/channel/retrieve.php)
    - [Create](examples/channel/create.php)
    - [Modify](examples/channel/modify.php)
    - [Delete](examples/channel/delete.php)
    - [Upload a thumbnail](examples/channel/uploadThumbnail.php)
    - [Upload a splashscreen](examples/channel/uploadSplashscreen.php)
- [**Vod**](examples/vod)
    - [Retrieve](examples/vod/retrieve.php)
    - [Modify](examples/vod/modify.php)
    - [Delete](examples/vod/delete.php)
    - [Transcoding](examples/vod/transcodingVod.php)
    - [Upload](examples/vod/upload.php)
    - [Upload a thumbnail](examples/vod/uploadThumbnail.php)
    - [Upload a splashscreen](examples/vod/uploadSplashscreen.php)
- [**Playlist**](examples/playlist)
    - [Retrieve](examples/playlist/retrieve.php)
    - [Create](examples/playlist/create.php)
    - [Modify](examples/playlist/modify.php)
    - [Upload a thumbnail](examples/playlist/uploadThumbnail.php)
    - [Upload a splashscreen](examples/playlist/uploadSplashscreen.php)
- [**Package**](examples/package)
    - [Retrieve](examples/package/retrieve.php)
    - [Create](examples/package/create.php)
    - [Modify](examples/package/modify.php)
    - [Delete](examples/package/delete.php)
    - [Upload a thumbnail](examples/package/uploadThumbnail.php)
    - [Upload a splashscreen](examples/package/uploadSplashscreen.php)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c12f371b6c60b800709df755187262747cd254a709e012dde6339eeb9aaf714?d=identicon)[dacast](/maintainers/dacast)

---

Top Contributors

[![etiennegautier](https://avatars.githubusercontent.com/u/4964857?v=4)](https://github.com/etiennegautier "etiennegautier (5 commits)")[![dacast-minsoo](https://avatars.githubusercontent.com/u/30301861?v=4)](https://github.com/dacast-minsoo "dacast-minsoo (4 commits)")[![gimmins](https://avatars.githubusercontent.com/u/2350082?v=4)](https://github.com/gimmins "gimmins (1 commits)")

### Embed Badge

![Health badge](/badges/dacast-dacast-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/dacast-dacast-sdk-php/health.svg)](https://phpackages.com/packages/dacast-dacast-sdk-php)
```

PHPackages © 2026

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