PHPackages                             dayvsonspacca/beacon-guzzle-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. [HTTP &amp; Networking](/categories/http)
4. /
5. dayvsonspacca/beacon-guzzle-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

dayvsonspacca/beacon-guzzle-client
==================================

Guzzle implementation of the Beacon contracts

v1.0.0(1mo ago)04MITPHPPHP &gt;=8.4

Since Jul 9Pushed 1mo agoCompare

[ Source](https://github.com/dayvsonspacca/php-beacon-guzzle-client)[ Packagist](https://packagist.org/packages/dayvsonspacca/beacon-guzzle-client)[ RSS](/packages/dayvsonspacca-beacon-guzzle-client/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (7)Versions (2)Used By (0)

beacon-guzzle-client
====================

[](#beacon-guzzle-client)

Guzzle implementation of the [Beacon contracts](https://packagist.org/packages/dayvsonspacca/beacon-contracts). Install and publish events — no HTTP plumbing to write.

> Developed in the [php-beacon monorepo](https://github.com/dayvsonspacca/php-beacon); this repository is a read-only split.

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

[](#installation)

```
composer require dayvsonspacca/beacon-guzzle-client
```

The contracts package comes with it.

Usage
-----

[](#usage)

```
use Beacon\Event;
use Beacon\Token;
use Beacon\Guzzle\GuzzleBeaconClient;

use function Psl\URL\parse;

$client = new GuzzleBeaconClient(
    parse('https://beacon.example.com/'),
    new Token('btk_your_token'),
);

$eventId = $client->publish(new Event('user.created', ['id' => 42]));

echo $eventId->value;
```

`publish()` sends `POST /publish` with the event as JSON, authenticated with `Authorization: Bearer `, and returns the `EventId` generated by the server.

License
-------

[](#license)

[MIT](LICENSE)

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance90

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

47d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/64930283?v=4)[Dayvson Spacca](/maintainers/dayvsonspacca)[@dayvsonspacca](https://github.com/dayvsonspacca)

---

Top Contributors

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

---

Tags

phpclientGuzzleeventspubsubbeacon

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dayvsonspacca-beacon-guzzle-client/health.svg)

```
[![Health](https://phpackages.com/badges/dayvsonspacca-beacon-guzzle-client/health.svg)](https://phpackages.com/packages/dayvsonspacca-beacon-guzzle-client)
```

###  Alternatives

[eightpoints/guzzle-bundle

Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony. Comes with easy and powerful configuration options and optional plugins.

44512.7M58](/packages/eightpoints-guzzle-bundle)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k56](/packages/neuron-core-neuron-ai)[guzzlehttp/oauth-subscriber

Guzzle OAuth 1.0 subscriber

24215.8M157](/packages/guzzlehttp-oauth-subscriber)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28153.9k](/packages/phpro-http-tools)[meteocontrol/vcom-api-client

HTTP Client for meteocontrol's VCOM API - The VCOM API enables you to directly access your data on the meteocontrol platform.

188.6k1](/packages/meteocontrol-vcom-api-client)

PHPackages © 2026

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