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.

Current Version: 6.1.2
Last Updated: 2021-10-02
PHP Requirement: >=5.3.0
Dependencies:
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

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.

🔗 View on GitHub

Download Latest Version: 6.1.2

Download Download v6.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.