Download the PHP package rapidmail/rapidmail-apiv3-client-php without Composer
On this page you can find all versions of the php package rapidmail/rapidmail-apiv3-client-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rapidmail/rapidmail-apiv3-client-php
More information about rapidmail/rapidmail-apiv3-client-php
Files in rapidmail/rapidmail-apiv3-client-php
Package rapidmail-apiv3-client-php
Short Description rapidmail API v3 client
License BSD-2-Clause
Informations about the package rapidmail-apiv3-client-php
rapidmail APIv3 client
API client written in PHP providing access to the current version of the rapidmail API.
Installation With Composer
Preferred installation method is to use the Composer dependency manager.
Getting started
Create a new API client instance and provide your APIv3 credentials:
After that you can access various services encapsulated within the client:
Examples
Retrieve mailings
Get a list of your mailings with some filters applied:
Retrieve recipient lists
Retrieve recipients
Create a new recipient
Error handling
Always keep in mind to handle errors properly and catch exceptions that might occur:
Documentation
More information about using the API client can be found in the following subsections:
- Available services
- Typed parameters
Known issues
- Exceptions on 201 HTTP-Response-Code (used when a dataset was successfully created) are generated when using PHP Versions 7.4.5 and 8.1.2. If you're having issues with these versions, please try updating to a later version of PHP.
- Client versions <1.1.7 do not work with guzzlehttp/guzzle 7.8+. Please upgrade to version 1.1.7 or later or downgrade your version of guzzlehttp/guzzle to 7.7.
Also refer to the API documentation for a complete list of the available endpoints and their parameters.
License
rapidmail APIv3 client is licensed under the terms of the BSD 2-clause license.
Support
Contact: www.rapidmail.de - [email protected] - +49 761 - 216 08 720
All versions of rapidmail-apiv3-client-php with dependencies
ext-json Version *
ext-fileinfo Version *
guzzlehttp/guzzle Version ^6.3 || ^7.0
psr/http-message Version ^1.0 || ^2.0