PHPackages                             keboola/azure-event-grid-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. keboola/azure-event-grid-client

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

keboola/azure-event-grid-client
===============================

Client for Azure Event Grid

v0.9.0(3y ago)014.8k↓65%[1 PRs](https://github.com/keboola/azure-event-grid-php-client/pulls)MITPHPPHP ^8

Since Jul 15Pushed 3y ago15 watchersCompare

[ Source](https://github.com/keboola/azure-event-grid-php-client)[ Packagist](https://packagist.org/packages/keboola/azure-event-grid-client)[ RSS](/packages/keboola-azure-event-grid-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (7)Versions (5)Used By (0)

Azure Event Grid PHP Client [![Build Status](https://camo.githubusercontent.com/ad7e3762ff61ce696e421f5ae1b96becd63325bf02198b4e477bd273418832c5/68747470733a2f2f6465762e617a7572652e636f6d2f6b65626f6f6c612d6465762f617a7572652d6576656e742d677269642d7068702d636c69656e742f5f617069732f6275696c642f7374617475732f6b65626f6f6c612e617a7572652d6576656e742d677269642d7068702d636c69656e743f6272616e63684e616d653d6d6173746572)](https://dev.azure.com/keboola-dev/azure-event-grid-php-client/_build/latest?definitionId=12&branchName=master) [![Maintainability](https://camo.githubusercontent.com/8d8429cad0f9fc5a5846c62b525a7af142ac749fac106a64eacb644fdd2c8729/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f66653938333830336562376437316138376133342f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/keboola/azure-event-grid-php-client/maintainability) [![Test Coverage](https://camo.githubusercontent.com/26a5dae00595ba9b0488731dbd00b9b9eda1cd009ebd66900e88d027423d162d/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f66653938333830336562376437316138376133342f746573745f636f766572616765)](https://codeclimate.com/github/keboola/azure-event-grid-php-client/test_coverage)
============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#azure-event-grid-php-client---)

PHP client for [Azure Event Grid](https://docs.microsoft.com/en-us/rest/api/eventgrid/).

Supports the following:

- **Publish Events** [Endpoint spec](https://docs.microsoft.com/en-us/rest/api/eventgrid/dataplane/publishevents/publishevents)

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

[](#installation)

```
composer require keboola/azure-event-grid-php-client

```

Usage
-----

[](#usage)

Create client instance and encrypt data:

```
$client = new Client(
    new GuzzleClientFactory($logger),
    'connection-events.northeurope-1.eventgrid.azure.net'
);
```

Development
-----------

[](#development)

Run tests with:

```
docker-compose run --rm testsXX

```

where XX is PHP version (56 - 74), e.g.:

```
docker-compose run --rm tests70

```

### Resources Setup

[](#resources-setup)

```
export EVENT_GRID_RG=testing-azure-event-grid-php-client
export EVENT_GRID_TOPIC_NAME=testing-event-grid-php-client-topic

```

Create a resource group:

```
az group create --name $EVENT_GRID_RG --location "northeurope"

```

Deploy the event grid:

```
az group deployment create --resource-group $EVENT_GRID_RG --template-file arm-template.json --parameters topicName=$EVENT_GRID_TOPIC_NAME

```

optionally parameter `topicName` can be set to override default topic name

Get endpoint url:

```
az resource show -g $EVENT_GRID_RG --resource-type "Microsoft.EventGrid/topics" -n $EVENT_GRID_TOPIC_NAME

```

returns properties.endpoint set it as TEST\_TOPIC\_ENDPOINT

Get endpoint accessKey:

```
az eventgrid topic key list -g $EVENT_GRID_RG -n $EVENT_GRID_TOPIC_NAME

```

returns key1 and key2 set one of them as TEST\_TOPIC\_KEY

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.3% 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 ~473 days

Total

3

Last Release

1232d ago

PHP version history (2 changes)v0.1.0PHP &gt;=7.1

v0.9.0PHP ^8

### Community

Maintainers

![](https://www.gravatar.com/avatar/101dbf2551a0709ddab522f97669f13a2c4cc2d0a1e8d009f3af6ba80accb1a9?d=identicon)[Keboola](/maintainers/Keboola)

---

Top Contributors

[![zajca](https://avatars.githubusercontent.com/u/180148?v=4)](https://github.com/zajca "zajca (13 commits)")[![Halama](https://avatars.githubusercontent.com/u/903531?v=4)](https://github.com/Halama "Halama (1 commits)")[![majun](https://avatars.githubusercontent.com/u/952656?v=4)](https://github.com/majun "majun (1 commits)")[![martinjunger](https://avatars.githubusercontent.com/u/84506613?v=4)](https://github.com/martinjunger "martinjunger (1 commits)")

---

Tags

clientazurekeboolaevent grid

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Type Coverage Yes

### Embed Badge

![Health badge](/badges/keboola-azure-event-grid-client/health.svg)

```
[![Health](https://phpackages.com/badges/keboola-azure-event-grid-client/health.svg)](https://phpackages.com/packages/keboola-azure-event-grid-client)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)

PHPackages © 2026

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