PHP Package: cloudevents/sdk-php

CloudEvents PHP SDK for seamless event integration with various cloud platforms and services.

Current Version: 1.2.0
Last Updated: 2025-02-07
PHP Requirement: >=7.1
Dependencies: psr/log, vendor/name
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The CloudEvents PHP SDK provides a comprehensive set of tools for developers to easily integrate, produce, and consume CloudEvents within their PHP applications. With support for various cloud platforms and services, this SDK simplifies event-driven architectures and ensures interoperability and portability across different environments.

🔗 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/autoload.php';

use PHPMailer\PHPMailer\PHPMailer;
use Psr\Log\LoggerInterface;


$obj = new PHPMailer\PHPMailer\PHPMailer();
echo "✅ Example created successfully.";

?>

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