PHPackages                             boldbrush/cloudflare-streams-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. [API Development](/categories/api)
4. /
5. boldbrush/cloudflare-streams-php

ActiveLibrary[API Development](/categories/api)

boldbrush/cloudflare-streams-php
================================

Cloudfare SDK for Streams API

0.2.0(5y ago)43003MITPHPPHP &gt;=5.6

Since Apr 15Pushed 5y ago7 watchersCompare

[ Source](https://github.com/boldbrush/cloudflare-streams-php)[ Packagist](https://packagist.org/packages/boldbrush/cloudflare-streams-php)[ RSS](/packages/boldbrush-cloudflare-streams-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

BoldBrush Cloudflare Streams
============================

[](#boldbrush-cloudflare-streams)

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

[](#installation)

```
$ composer require boldbrush/cloudflare-streams-php
```

Usage
-----

[](#usage)

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

use BoldBrush\Cloudflare\API;

/** @var API\Enpoints\Streams */
$api = API\Factory::make(
    '',
    '',
    ''
);
```

- account: set your account ID (can be found in your dashboard URL or when in a DNS zone)
- apiKey: use your Global API key, together with your email address, or use 'api\_token' as the email and use a configured API Token.
- email: set your login email in combination with your Global API key, or set as 'api\_token' combined with a configured API Token.

Get List of streams:

```
/** @var API\Response\Stream[] */
$streams = $api->getStreams();
```

Get details of a stream:

```
/** @var API\Response\Stream */
$stream = $api->getStream('');
```

Upload a stream from URL:

```
/** @var API\Response\Stream */
$stream = $api->copy('');
```

Delete a stream:

```
/** @var bool */
$success = $api->delete('');
```

Get the embed snippet for a stream:

```
/** @var string */
$html = $api->getEmbedSnippet('')
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~204 days

Total

2

Last Release

2011d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ba004d502228eb272341845427581da17399ec8b4315ce16c99b298ec0a414f?d=identicon)[adrorocker](/maintainers/adrorocker)

---

Top Contributors

[![adrorocker](https://avatars.githubusercontent.com/u/1872940?v=4)](https://github.com/adrorocker "adrorocker (3 commits)")[![proclame](https://avatars.githubusercontent.com/u/2464413?v=4)](https://github.com/proclame "proclame (1 commits)")

---

Tags

cfcloudflarecloudflare-apicloudflare-streamsphpstreams

### Embed Badge

![Health badge](/badges/boldbrush-cloudflare-streams-php/health.svg)

```
[![Health](https://phpackages.com/badges/boldbrush-cloudflare-streams-php/health.svg)](https://phpackages.com/packages/boldbrush-cloudflare-streams-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M453](/packages/google-gax)

PHPackages © 2026

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