Download the PHP package brickheadz/php-nomorebounce without Composer
On this page you can find all versions of the php package brickheadz/php-nomorebounce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download brickheadz/php-nomorebounce
More information about brickheadz/php-nomorebounce
Files in brickheadz/php-nomorebounce
Package php-nomorebounce
Short Description Library to handle NoMoreBounce APIs
License GPL-3.0-or-later
Homepage https://github.com/brickheadz/php-nomorebounce
Informations about the package php-nomorebounce
Wrapper NoMoreBounce API
A simple interface to NoMoreBounce APIs.
See NoMoreBounce documentation for info on the service.
Installation
Install the package through composer:
Make sure, that you include the composer autoloader somewhere in your codebase.
Basic usage
-
Create (or copy from examples folder) a credentials.json file with connector_id and token fields
- Create a new instance of NoMoreBounce and pass the path of credentials.json file
Examples
-
Validate email :
- Create list of emails :
Etc.
Known issues
- API account/credits is broken at the moment, if you call the relative function an Exception will thrown due to invalid response.
- API check/ is a POST request not a GET one, the relative function will already use the right method.
Contribute
We welcome any contribution to this library. Feel free to clone this repository, make the desired code changes, test locally (you need a token and connector_id)
and send a Pull Request.