PHP Package: cloudevents/sdk-php

CloudEvents PHP SDK for seamless event-based communication with extensible functionality and easy integration

Current Version: 1.2.0
Last Updated: 2025-02-07
PHP Requirement: ^7.4.15 || ^8.0.2
Dependencies: None

Package Description

The CloudEvents SDK for PHP offers a comprehensive set of tools for developers to handle event-driven architectures effectively. With seamless support for CloudEvents, this SDK ensures smooth integration and reliable event communication. Leveraging its extensible functionality, developers can streamline their workflows and enhance interoperability. Embrace the power of CloudEvents with this PHP SDK and unlock a new realm of possibilities in event-based systems.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.2.0

Download Download v1.2.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/cloudevents/sdk-php/1.2.0/loader.php';

use Namespace\TestClassName1;
use Namespace\TestClassName2;

$obj = new TestClassName1();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.