PHPackages                             felixdelval/deckbrew-api - 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. felixdelval/deckbrew-api

AbandonedArchivedLibrary[API Development](/categories/api)

felixdelval/deckbrew-api
========================

PHP DeckBrew Api

09PHP

Since May 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/fe-lix-/deckbrew-api)[ Packagist](https://packagist.org/packages/felixdelval/deckbrew-api)[ RSS](/packages/felixdelval-deckbrew-api/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Deckbrew API
============

[](#deckbrew-api)

[![travis-ci](https://camo.githubusercontent.com/05f0eb7955403ba0921769ce14ed4b8f59d2ba978a5919bab18500ec78202b5a/68747470733a2f2f7472617669732d63692e6f72672f66652d6c69782d2f6465636b627265772d6170692e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/05f0eb7955403ba0921769ce14ed4b8f59d2ba978a5919bab18500ec78202b5a/68747470733a2f2f7472617669732d63692e6f72672f66652d6c69782d2f6465636b627265772d6170692e7376673f6272616e63683d6d6173746572)[![Coverage Status](https://camo.githubusercontent.com/7e0f7ca5a48eee78a8db6e2320dbc4fd24544bfd1dd08858eb82995d23f83697/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f66652d6c69782d2f6465636b627265772d6170692f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/fe-lix-/deckbrew-api?branch=master)

A PHP wrapping of the DeckBrew Api. Find their documentation (here)\[\].

Usage
=====

[](#usage)

You can instantiate the client either via the factory:

```
$client = DeckBrew\ClientFactory::create();

```

Or you can create it directy injecting your own Guzzle Http Client

```
$client = new DeckBrew\Client($httpClient);

```

To make a request :

```
use DeckBrew\Criteria;
use DeckBrew\Criteria\Specifications as Spec;

$client->searchCard(new Criteria\CardSearch([
    Spec\WithName('some name'),
]);

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://www.gravatar.com/avatar/5d6bbc4a7ae79f0409cce70b4f10ba467087eadd7783a429c2d6ae21d8339a1b?d=identicon)[fe\_lix\_](/maintainers/fe_lix_)

### Embed Badge

![Health badge](/badges/felixdelval-deckbrew-api/health.svg)

```
[![Health](https://phpackages.com/badges/felixdelval-deckbrew-api/health.svg)](https://phpackages.com/packages/felixdelval-deckbrew-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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