PHPackages                             serch3/bunny-stream - 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. serch3/bunny-stream

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

serch3/bunny-stream
===================

A Lightweight PHP SDK for Bunny.net Streaming API

2.0(6mo ago)226MITPHPPHP ^8.2CI passing

Since Jan 30Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/serch3/bunny-stream-sdk-php)[ Packagist](https://packagist.org/packages/serch3/bunny-stream)[ Docs](https://bunny.net/stream/)[ RSS](/packages/serch3-bunny-stream/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (5)Versions (5)Used By (0)

Bunny Stream PHP SDK
====================

[](#bunny-stream-php-sdk)

A modern, robust PHP library to interact with the [Bunny Stream API](https://docs.bunny.net/reference/api-overview).

[![Latest Stable Version](https://camo.githubusercontent.com/2afe3c347318aafe6deee33950553055e5765c342d8b79dee92a712a67489641/68747470733a2f2f706f7365722e707567782e6f72672f7365726368332f62756e6e792d73747265616d2f762f737461626c65)](https://packagist.org/packages/serch3/bunny-stream)[![License](https://camo.githubusercontent.com/006b2ee0f04c8c715842d98c5fdcde485930f294280eafd04a93e409eb46f195/68747470733a2f2f706f7365722e707567782e6f72672f7365726368332f62756e6e792d73747265616d2f6c6963656e7365)](https://packagist.org/packages/serch3/bunny-stream)

Requirements
------------

[](#requirements)

- PHP 8.2+
- Composer

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

[](#installation)

```
composer require serch3/bunny-stream
```

Quick Start
-----------

[](#quick-start)

Initialize the client with your API Key and Library ID:

```
use Bunny\Stream\Client;

$client = new Client('YOUR_API_KEY', 'YOUR_LIBRARY_ID');
```

### Basic Usage

[](#basic-usage)

**List Videos:**

```
$videos = $client->video()->list();
foreach ($videos['items'] as $video) {
    echo $video['title'] . "\n";
}
```

**Upload a Video (Resumable):**

```
// 1. Create a video entry
$video = $client->video()->create('My Awesome Video');

// 2. Upload using Tus
$uploader = $client->tus()->createUpload(
    $video['guid'],
    '/path/to/video.mp4'
);
$uploader->upload();
```

**Manage Collections:**

```
$client->collection()->create('New Collection');
```

Documentation
-------------

[](#documentation)

For a complete list of available methods and parameters, please see the **[API Reference](REFERENCE.md)**.

Upgrading
---------

[](#upgrading)

Upgrading from v1? Check out the **[Upgrade Guide](UPGRADING.md)**.

License
-------

[](#license)

MIT

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance66

Regular maintenance activity

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~159 days

Total

3

Last Release

200d ago

Major Versions

1.1 → 2.02025-12-15

PHP version history (2 changes)1.0PHP ^7.4||^8.0

2.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37028220?v=4)[Sergio](/maintainers/serch3)[@serch3](https://github.com/serch3)

---

Top Contributors

[![serch3](https://avatars.githubusercontent.com/u/37028220?v=4)](https://github.com/serch3 "serch3 (24 commits)")

---

Tags

streamingvideocdnbunnyCDNBunny.net

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/serch3-bunny-stream/health.svg)

```
[![Health](https://phpackages.com/badges/serch3-bunny-stream/health.svg)](https://phpackages.com/packages/serch3-bunny-stream)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)

PHPackages © 2026

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