Download the PHP package zero-bounce/sdk without Composer
On this page you can find all versions of the php package zero-bounce/sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zero-bounce/sdk
More information about zero-bounce/sdk
Files in zero-bounce/sdk
Package sdk
Short Description The ZeroBounce SDK for PHP programming language
License MIT
Informations about the package sdk
ZeroBounce PHP SDK
This SDK contains methods for interacting easily with ZeroBounce API. More information about ZeroBounce can be find in the official documentation.
Installation
To install the SDK you will need to use composer in your project. If you're not using composer, you can install it like so:
To install the SDK with composer, run:
Laravel
This package is Laravel compatible as is:
However, this package is framework agnostic, so if you need it implemented in a service provider class, you'll need to implement it.
Usage
-
include the SDK in your file (you should always use Composer's autoloader in your application to automatically load your dependencies)
- initialize the SDK with your API key
Method documentation
-
Verify an email address:
-
Verify a batch of email addresses:
-
Check how many credits you have left on your account
-
Check your API usage for a given period of time
-
Check the activity of a subscriber given their email account
-
Send a file for bulk email validation
-
Check the status of a file uploaded via "sendFile" method
-
Get the validation results file for the file been submitted using sendfile API
- Deletes the file that was submitted using scoring sendfile API. File can be deleted only when its status is
Complete
AI Scoring API
-
The scoring sendfile API allows a user to send a file for bulk email scoring
-
Check the status of a file uploaded via "scoringSendFile" method
-
Get the validation results file for the file been submitted using scoringSendfile API
- Deletes the file that was submitted using scoringSendfile API. File can be deleted only when its status is
Complete
Email Finder API
- Guess the format of email addresses for a domain
Development
Install required PHP modules
Install development dependencies
Run tests
All versions of sdk with dependencies
ext-json Version *
ext-curl Version *