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 1mo 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 54% 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

3757d 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

[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.1M452](/packages/google-gax)

PHPackages © 2026

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