logikbarn/php-postup-client

This package is abandoned and no longer maintained. No replacement package was suggested.

An unofficial PHP API wrapper for the email marketing platform PostUp.

v1.0.5 2022-02-18 13:20 UTC

README

This project aims to provide a PHP based API Wrapper for the marketing platform PostUp. For the API documentation and a comprehensive list of the available endpoints/methods visit the PostUp API Docs website.

Please note this project is not endorsed or affiliated by PostUp or Upland Software.

Authentication

Authentication is simple and only requires setting the username and password on the client. Below is an example:

use Logikbarn\PhpPostupClient\Client;

$client = new Client();
$client->setCredentials('api.user@example.com', 'password');

Examples

There are example to almost every available method and can be found in the src/Examples directory.

License

The PHP PostUp Client is open source software licensed under the MIT License. See LICENSE for more information.