PHPackages                             mattiasdelang/bierdopje-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. mattiasdelang/bierdopje-php

ActiveLibrary[API Development](/categories/api)

mattiasdelang/bierdopje-php
===========================

Wrapper for the Bierdopje.com API

09PHP

Since Jan 22Pushed 10y ago2 watchersCompare

[ Source](https://github.com/mattiasdelang/bierdopje-php)[ Packagist](https://packagist.org/packages/mattiasdelang/bierdopje-php)[ RSS](/packages/mattiasdelang-bierdopje-php/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

bierdopje-php [![Build Status](https://camo.githubusercontent.com/5a7cfb0c64cecf07b77e8f7c7985d7f5448b1ac2601120b4301d04a0dc033d72/68747470733a2f2f7472617669732d63692e6f72672f6d61747469617364656c616e672f62696572646f706a652d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mattiasdelang/bierdopje-php)
==============================================================================================================================================================================================================================================================================================================================

[](#bierdopje-php-)

PHP wrapper for Bierdopje API

Install
-------

[](#install)

Simple: `composer require mattiasdelang/bierdopje-php`

How to use
----------

[](#how-to-use)

### Environment variable

[](#environment-variable)

Make sure you have a `BD_APIKEY` environment variable set.

If your project:

- uses a `.env` file, add it there.
- uses Apache you can add `SetEnv BD_APIKEY apikeystring` to your vhost.
- runs on Linux you can execute `export BD_APIKEY=apikeystring`
- runs on Windows [add it to your environment](http://www.computerhope.com/issues/ch000549.htm).

### HTTP User-Agent

[](#http-user-agent)

Bierdopje requires all automated tools to specify a custom User-Agent when performing HTTP requests. So give your Http client a default User-Agent before passing it to the constructor.

```
use mattiasdelang\Bierdopje as BierdopjeApi;

$httpClient = new \GuzzleHttp\Client([
  'headers' => [
    'User-Agent' => 'projectname/0.0.1'
  ]
]);

$bierdopje = new BierdopjeApi($httpClient);
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.1% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6680607?v=4)[mattiasdelang](/maintainers/mattiasdelang)[@mattiasdelang](https://github.com/mattiasdelang)

---

Top Contributors

[![RobinHoutevelts](https://avatars.githubusercontent.com/u/9056689?v=4)](https://github.com/RobinHoutevelts "RobinHoutevelts (20 commits)")[![mattiasdelang](https://avatars.githubusercontent.com/u/6680607?v=4)](https://github.com/mattiasdelang "mattiasdelang (7 commits)")

### Embed Badge

![Health badge](/badges/mattiasdelang-bierdopje-php/health.svg)

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

###  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

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

PHPackages © 2026

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