Download the PHP package sarfrazrizwan/laravel-zerobounce without Composer
On this page you can find all versions of the php package sarfrazrizwan/laravel-zerobounce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sarfrazrizwan/laravel-zerobounce
More information about sarfrazrizwan/laravel-zerobounce
Files in sarfrazrizwan/laravel-zerobounce
Package laravel-zerobounce
Short Description Laravel package for ZeroBounce PHP SDK
License MIT
Informations about the package laravel-zerobounce
Laravel ZeroBounce
Introduction
The sarfrazrizwan/laravel-zerobounce
package provides an easy way to integrate the ZeroBounce email validation service into your Laravel applications. This package utilizes the official ZeroBounce PHP SDK to ensure reliable and efficient email validation.
Features
- Easy integration with ZeroBounce email validation API.
- Seamless configuration through Laravel environment settings.
- Comprehensive validation results for your email addresses.
- Supports Laravel 9 and later versions.
Installation
You can install the package via Composer:
Configuration
To use this package, you need to set your ZeroBounce API key in your .env file:
Usage
Here's an example of how to use the ZeroBounce email validation in your Laravel application:
Validation Rule
The package also includes a custom validation rule real_email that you can use in your Laravel validation logic:
API Reference
For detailed information about the available methods and their usage, please refer to the ZeroBounce PHP SDK documentation.
Contributing
Contributions are welcome! Please submit a pull request or create an issue to contribute to this package.
Conclusion
The sarfrazrizwan/laravel-zerobounce
package simplifies the integration of ZeroBounce email validation into your Laravel applications, ensuring that you can easily validate email addresses with minimal configuration. Get started today to enhance your email data quality!