PHPackages                             blitzr/api-client-bundle - 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. blitzr/api-client-bundle

ActiveSymfony-bundle[API Development](/categories/api)

blitzr/api-client-bundle
========================

The official Blitzr API Client for Symfony

1.0.0(10y ago)0609MITPHP

Since Jan 25Pushed 9y ago2 watchersCompare

[ Source](https://github.com/blitzr/BlitzrApiClientBundle)[ Packagist](https://packagist.org/packages/blitzr/api-client-bundle)[ RSS](/packages/blitzr-api-client-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Blitzr Official PHP Bundle
==========================

[](#blitzr-official-php-bundle)

A PHP API client bundle for the [Blitzr API](https://blitzr.io).

To use this bundle you will need an API key, you can request it at : [https://blitzr.io](https://blitzr.io/#contact).

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

[](#documentation)

This service implements all the methods from the [official Blitzr PHP client](https://github.com/blitzr-php-client/). Also you can use the [PHP client documentation](https://blitzr.github.io/blitzr-php-client/) as a reference for this bundle.

You can also refer to the official [Blitzr API reference](https://blitzr.io/doc) to have more informations.

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

[](#installation)

First add BlitzrApiClientBundle to your composer requirements.

```
$ composer require blitzr/api-client-bundle
```

Then enable the bundle in the Kernel.

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Blitzr\ApiClientBundle\BlitzrApiClientBundle(),
        // ...
    );
}
```

Add the API key to your configuration.

```
// app/config/config.yml

...

# BlitzrApiClientBundle
blitzr_api_client:
    api_key: "your_api_key"
```

That's all !

Getting Started
---------------

[](#getting-started)

This bundle provides you a service, let's take an example of how to get an Artist or a Tag.

```
// Get the service
$blitzrClient = $this->get('blitzr_api_client.client');

// Request the artist
$artist = $blitzrClient->getArtist('year-of-no-light');

// Request a tag
$tag = $blitzrClient->getTag('rock');
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Unknown

Total

1

Last Release

3802d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e094064f1e4869a357d92b32d30bda3af6541629f71beb19a3da6fd568741d0?d=identicon)[blitzr](/maintainers/blitzr)

---

Tags

blitzr api bundle

### Embed Badge

![Health badge](/badges/blitzr-api-client-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/blitzr-api-client-bundle/health.svg)](https://phpackages.com/packages/blitzr-api-client-bundle)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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