2017 © Pedro Peláez
 

library cheetahmail-sdk

CheetahMail PHP SDK - Consume CheetahMail's SOAP API

image

pgrimaud/cheetahmail-sdk

CheetahMail PHP SDK - Consume CheetahMail's SOAP API

  • Thursday, May 17, 2018
  • by pgrimaud
  • Repository
  • 1 Watchers
  • 0 Stars
  • 244 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

CheetahMail SDK

Consume CheetahMail's SOAP API., (*1)

Requirements

  • PHP >= 5.6
  • Package php-soap (ext-soap extension)

Installation

composer require pgrimaud/cheetahmail-sdk

Services available

  • Admin
    • Notify
  • Campaigns
    • BodyManager
    • Campaigns
    • ChronoContact
    • Configs
    • Content
    • ImageHosting
    • Sms
    • SmsUnit
  • Data
    • Filters
    • Segment
    • Ssis
    • Subscribers
    • Target
  • Statistics
    • Stats

All services are available., (*2)

Basic usage

Get a campaign :, (*3)

use Cheetahmail\Campaigns\Campaigns\AuthHeader;
use Cheetahmail\Campaigns\Campaigns\Campaigns;
use Cheetahmail\Campaigns\Campaigns\GetCampaign;

$auth = new AuthHeader(1234);
$auth->setUserName('1234_wssoap');
$auth->setPassword('aGVsbG93b3JsZGJ1ZGR5ITopPQ==');

$campaignService = new Campaigns($auth);

$campaign = new GetCampaign('123456798');
$campaignResponse = $campaignService->GetCampaign($campaign);

print_r($campaignResponse);

Licence

Licensed under the terms of the MIT License., (*4)

The Versions

17/05 2018

dev-master

9999999-dev https://github.com/pgrimaud/cheetahmail-sdk

CheetahMail PHP SDK - Consume CheetahMail's SOAP API

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-soap *

 

by Pierre Grimaud

17/05 2018

3.1.1

3.1.1.0 https://github.com/pgrimaud/cheetahmail-sdk

CheetahMail PHP SDK - Consume CheetahMail's SOAP API

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-soap *

 

by Pierre Grimaud

13/06 2017

3.1.0

3.1.0.0 https://github.com/pgrimaud/cheetahmail-sdk

CheetahMail PHP SDK - Consume CheetahMail's SOAP API

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-soap *

 

by Pierre Grimaud

24/05 2017

2.1.0

2.1.0.0 https://github.com/pgrimaud/cheetahmail-sdk

CheetahMail PHP SDK - Consume CheetahMail's SOAP API

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-soap *

 

by Pierre Grimaud

24/05 2017

3.0

3.0.0.0 https://github.com/pgrimaud/cheetahmail-sdk

CheetahMail PHP SDK - Consume CheetahMail's SOAP API

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-soap *

 

by Pierre Grimaud

23/05 2017

2.0.0

2.0.0.0 https://github.com/pgrimaud/cheetahmail-sdk

CheetahMail PHP SDK - Consume CheetahMail's SOAP API

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-soap *

 

by Pierre Grimaud

16/05 2017

1.0.0

1.0.0.0 https://github.com/pgrimaud/cheetahmail-sdk

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-soap *

 

by Pierre Grimaud