Skip to content

wondeotec/sample-emailbidding-sdk

Repository files navigation

Emailbidding PHP SDK Testing case

The propose of these scripts is to help you using and testing Emailbidding SDK.

Requirements

You'll need to be install on your server the PHP 5.4 version or higher and add the package 'wondeotec/sample-emailbidding-sdk' to you composer dependencies.

Installation

You can run './install' script that will download composer and install the dependencies or you can do it by your own.

Testing Recipient

If you want to build an Emailbidding recipient and testing if your data is valid, you can edit 'test-anonymous-recipient-subscribe.php' and run it with:

$ php test-recipient-subscribe.php

There exists a similar version for testing anonymous integration:

$ php test-anonymous-recipient-subscribe.php

If you want to submit recipients to Emailbidding platform , your can edit 'simple-recipient-subscribe-test.php' and run the script with:

$ php simple-recipient-subscribe-test.php

In similar way to anonymous integration:

$ php simple-anonymous-recipient-subscribe-test.php

Testing Webhook

To test if your server will fit with Emailbidding webhooks, you can edit script 'test-webhook.php' and running it with:

$ php test-webhook.php

About

A sample project about how to use Emailbidding SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published