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

ActiveLibrary

blitzr/php-client
=================

The official Blitzr API Client for PHP

1.3.4(9y ago)08661MITPHPPHP &gt;=5.5.0

Since Jan 25Pushed 9y ago2 watchersCompare

[ Source](https://github.com/blitzr/blitzr-php-client)[ Packagist](https://packagist.org/packages/blitzr/php-client)[ Docs](http://api.blitzr.com/)[ RSS](/packages/blitzr-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (11)Used By (1)

Blitzr Official PHP Client
==========================

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

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

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

---

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

[](#documentation)

You can find the [complete package documentation](docs/).

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

[](#you-can-also-refer-to-the-official-blitzr-api-reference-to-have-more-informations)

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

[](#installation)

Just integrate it to your project with *composer* and enjoy.

```
$ composer require blitzr/php-client
```

---

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

[](#getting-started)

Just require the composer autoloader in your PHP file and use the client :

```
// require the composer autoloader
require 'vendor/autoload.php';

// use the Blitzr client
use Blitzr\BlitzrClient;

// create an instance of Blitzr client
$blitzr = new BlitzrClient('your-api-key');

// request an artist
$artist = $blitzr->getArtist('year-of-no-light');
```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~61 days

Total

9

Last Release

3397d ago

### Community

Maintainers

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

---

Top Contributors

[![pfouque](https://avatars.githubusercontent.com/u/8300001?v=4)](https://github.com/pfouque "pfouque (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)

PHPackages © 2026

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