PHP Package: resend/resend-php

Resend-PHP is a PHP library for handling email marketing campaigns, providing robust features for delivery, tracking, and reporting.

Current Version: 0.21.0
Last Updated: 2025-09-24
PHP Requirement: ^8.1.0
Dependencies: None

Package Description

Resend-PHP is a versatile PHP library designed to simplify email marketing tasks. With advanced functionalities for campaign management, analytics, and automation, it streamlines the process of reaching out to audiences effectively.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.21.0

Download Download v0.21.0

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/resend/resend-php/0.21.0/loader.php';

use Resend\CampaignManager;

$obj = new CampaignManager();
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.