PHP Package: campaignmonitor/createsend-php
Createsend-PHP is a PHP library for interacting with the Campaign Monitor API, providing seamless integration for managing your email marketing campaigns efficiently.
Package Description
Createsend-PHP is a robust PHP library designed to simplify the process of working with the Campaign Monitor API. With a wide range of features and functionalities, developers can effortlessly create, update, and monitor email campaigns, subscriber lists, and more, ensuring a seamless email marketing experience.
Download Latest Version: 6.1.2

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/campaignmonitor/createsend-php/6.1.2/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';
use CS_REST_General;
use CS_REST_Clients;
$obj = new ();
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.