PHPackages                             dbp/relay-blob-library - 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. dbp/relay-blob-library

ActiveLibrary

dbp/relay-blob-library
======================

PHP helper library for interaction with the dbp/relay-blob-bundle.

v0.3.10(11mo ago)145.5k↑136.5%[1 issues](https://github.com/digital-blueprint/relay-blob-library/issues)5AGPL-3.0-or-laterPHPPHP &gt;=8.2CI passing

Since Jul 25Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/digital-blueprint/relay-blob-library)[ Packagist](https://packagist.org/packages/dbp/relay-blob-library)[ RSS](/packages/dbp-relay-blob-library/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (12)Versions (40)Used By (5)

dbp relay blob library
======================

[](#dbp-relay-blob-library)

[GitHub](https://github.com/digital-blueprint/relay-blob-library) | [Packagist](https://packagist.org/packages/dbp/relay-blob-library) | [Changelog](https://github.com/digital-blueprint/relay-blob-library/blob/main/CHANGELOG.md)

[![Test](https://github.com/digital-blueprint/relay-blob-library/actions/workflows/test.yml/badge.svg)](https://github.com/digital-blueprint/relay-blob-library/actions/workflows/test.yml)

PHP helper library for interaction with the [relay-blob-bundle](https://github.com/digital-blueprint/relay-blob-bundle).

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

[](#installation)

```
composer require dbp/relay-blob-library
```

Usage
-----

[](#usage)

Here is an example of how to use the library in HTTP mode, with OIDC authentication enabled:

```
    // create the API
    $blobApi = BlobApi::createHttpModeApi(
        $bucketIdentifier, $bucketKey, $blobBaseUrl,
        $oidcEnabled, $oidcProviderUrl, $oidcClientId, $oidcClientSecret);

    $blobFile = new BlobFile();
    $filePath = 'files/myFile.txt';
    $blobFile->setFilename(basename($filePath));
    $blobFile->setFile(new SplFileInfo($filePath));
    $blobFile->setPrefix('my-prefix');

    // add the file
    $blobFile = $blobApi->addFile($blobFile);

    // get the file
    $blobFile = $blobApi->getFile($blobFile->getIdentifier());

    // remove the file
    $blobApi->removeFile($blobFile->getIdentifier());
```

- For the whole example PHP code, see [BlobApiExamples.php](./examples/BlobApiExamples.php)

Integration into a Symfony bundle
---------------------------------

[](#integration-into-a-symfony-bundle)

Soon to come.

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance54

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~19 days

Recently: every ~3 days

Total

37

Last Release

342d ago

PHP version history (4 changes)v0.1.0PHP &gt;=7.3

v0.2.1PHP &gt;=7.4

v0.2.2PHP &gt;=8.1

v0.2.14PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1798101?v=4)[Patrizio Bekerle](/maintainers/pbek)[@pbek](https://github.com/pbek)

![](https://avatars.githubusercontent.com/u/991986?v=4)[Christoph Reiter](/maintainers/lazka)[@lazka](https://github.com/lazka)

![](https://avatars.githubusercontent.com/u/116099192?v=4)[dbp-deploy](/maintainers/dbp-deploy)[@DBP-deploy](https://github.com/DBP-deploy)

---

Top Contributors

[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (90 commits)")[![pbek](https://avatars.githubusercontent.com/u/1798101?v=4)](https://github.com/pbek "pbek (59 commits)")[![manuelkocher](https://avatars.githubusercontent.com/u/122824716?v=4)](https://github.com/manuelkocher "manuelkocher (50 commits)")[![tobiasgv](https://avatars.githubusercontent.com/u/122861711?v=4)](https://github.com/tobiasgv "tobiasgv (45 commits)")[![lazka](https://avatars.githubusercontent.com/u/991986?v=4)](https://github.com/lazka "lazka (37 commits)")

---

Tags

dbp-relaydigital-blueprint

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/dbp-relay-blob-library/health.svg)

```
[![Health](https://phpackages.com/badges/dbp-relay-blob-library/health.svg)](https://phpackages.com/packages/dbp-relay-blob-library)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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