PHPackages                             antoinelemaire/braze-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. [HTTP &amp; Networking](/categories/http)
4. /
5. antoinelemaire/braze-php

Abandoned → [yoopies/braze-php](/?search=yoopies%2Fbraze-php)Library[HTTP &amp; Networking](/categories/http)

antoinelemaire/braze-php
========================

Braze API client built on top of Guzzle 6|7

0.0.2(8mo ago)02822Apache-2.0PHPPHP &gt;= 7.1

Since Mar 11Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/Yoopies/braze-php)[ Packagist](https://packagist.org/packages/antoinelemaire/braze-php)[ RSS](/packages/antoinelemaire-braze-php/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

This is a non-official Braze PHP library which provides access to the Braze API from applications written in the PHP language.

Api references:

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

[](#installation)

The recommended way to install braze-php is through [Composer](https://getcomposer.org):

```
composer require yoopies/braze-php

```

Usage
-----

[](#usage)

```
use Braze\BrazeClient;

$client = new BrazeClient('apiKey', 'rest.fra-01.braze.eu');

$client->user->track(
    [
        'events' => [
            [
                '_update_existing_only' => false,
                'name'                  => 'my_event_name',
                'external_id'           => '1234',
                'time'                  => (new \DateTime())->format('c'),
            ],
        ],
    ]
);
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance61

Regular maintenance activity

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

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

Total

2

Last Release

249d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a5b8e510e2d909d48b8d5bee290922330ec25fbf3c4ee8724c92c3a66b6ef98?d=identicon)[AntoineLemaire](/maintainers/AntoineLemaire)

---

Top Contributors

[![AntoineLemaire](https://avatars.githubusercontent.com/u/2025537?v=4)](https://github.com/AntoineLemaire "AntoineLemaire (10 commits)")

---

Tags

apiGuzzlebrazebraze.eu

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/antoinelemaire-braze-php/health.svg)

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

###  Alternatives

[e-moe/guzzle6-bundle

Integrates Guzzle 6 into your Symfony application

11259.2k](/packages/e-moe-guzzle6-bundle)[antoinelemaire/aircall-php

Aircall API client built on top of Guzzle 6

1049.6k](/packages/antoinelemaire-aircall-php)[pingpong/facebook

Facebook OAuth v4 for Laravel Framework

1129.7k](/packages/pingpong-facebook)

PHPackages © 2026

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