PHPackages                             streamx/ingestion-client-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. streamx/ingestion-client-php

ActiveLibrary[API Development](/categories/api)

streamx/ingestion-client-php
============================

PHP ingestion client for StreamX - a Digital Experience Data Mesh.

2.0.3(7mo ago)0291Apache-2.0PHPCI passing

Since Dec 5Pushed 7mo agoCompare

[ Source](https://github.com/streamx-com/streamx-ingestion-client-php)[ Packagist](https://packagist.org/packages/streamx/ingestion-client-php)[ RSS](/packages/streamx-ingestion-client-php/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (5)Versions (10)Used By (1)

StreamX PHP Ingestion Client
============================

[](#streamx-php-ingestion-client)

StreamX PHP Ingestion Client enables sending CloudEvents to StreamX via its REST Ingestion Service.

Requirements
============

[](#requirements)

PHP 7.4 or higher

Compatibility
=============

[](#compatibility)

The Client is compatible with StreamX 2.x and StreamX Blueprints 3.x

Main entry points:
==================

[](#main-entry-points)

- [StreamxClientBuilders](src/Builders/StreamxClientBuilders.php) - with which it's possible to create default or customized clients,
- [StreamxClient](src/StreamxClient.php) - with which it's possible to create publishers
- [Publisher](src/Publisher/Publisher.php) - with which it's possible to make actual ingestions of CloudEvents

Example usage:
==============

[](#example-usage)

```
