PHPackages                             sarfrazrizwan/laravel-zerobounce - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. sarfrazrizwan/laravel-zerobounce

ActiveLibrary

sarfrazrizwan/laravel-zerobounce
================================

Laravel package for ZeroBounce PHP SDK

1.0.2(1y ago)0259↓50%MITPHPPHP ^7.4|^8.0

Since May 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sarfrazrizwan/laravel-zerobounce)[ Packagist](https://packagist.org/packages/sarfrazrizwan/laravel-zerobounce)[ RSS](/packages/sarfrazrizwan-laravel-zerobounce/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Laravel ZeroBounce
==================

[](#laravel-zerobounce)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c7bc4ff645a6baa72464ad722d8d7ecbb2a5a968e46fcb0a8370409091b6398f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7361726672617a72697a77616e2f6c61726176656c2d7a65726f626f756e63652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sarfrazrizwan/laravel-zerobounce)[![Total Downloads](https://camo.githubusercontent.com/0c59dc4867a86290625e6fd5b80927f77e877b521aa0c895dcee222516da7eca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7361726672617a72697a77616e2f6c61726176656c2d7a65726f626f756e63652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sarfrazrizwan/laravel-zerobounce)[![Build Status](https://camo.githubusercontent.com/e5ee87c7cb12a752f63392a44c0616e98f7d2ea5fe4a75187286fc286e2c16e3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7361726672617a72697a77616e2f6c61726176656c2d7a65726f626f756e63652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/sarfrazrizwan/laravel-zerobounce)[![Quality Score](https://camo.githubusercontent.com/284903cf9cdb0a7d9ed9d555535738601e7a394369c56d57aac218b615cd4ff2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7361726672617a72697a77616e2f6c61726176656c2d7a65726f626f756e63652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/sarfrazrizwan/laravel-zerobounce)

Introduction
------------

[](#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](https://github.com/zerobounce/zero-bounce-php-sdk-setup) to ensure reliable and efficient email validation.

Features
--------

[](#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
------------

[](#installation)

You can install the package via Composer:

```
composer require sarfrazrizwan/laravel-zerobounce
```

Configuration
-------------

[](#configuration)

To use this package, you need to set your ZeroBounce API key in your .env file:

```
ZEROBOUNCE_API_KEY=your_api_key_here
```

Usage
-----

[](#usage)

Here's an example of how to use the ZeroBounce email validation in your Laravel application:

```
use Sarfrazrizwan\ZeroBounce\Facades\ZeroBounce;

$email = 'example@example.com';
$response = ZeroBounce::validate($email);

if ($response->status === 'valid') {
    echo "The email address is valid.";
} else {
    echo "The email address is invalid.";
}

```

### Validation Rule

[](#validation-rule)

The package also includes a custom validation rule real\_email that you can use in your Laravel validation logic:

```
$request->validate([
    'email' => 'required|real_email',
]);
```

API Reference
-------------

[](#api-reference)

For detailed information about the available methods and their usage, please refer to the ZeroBounce PHP SDK documentation.

Contributing
------------

[](#contributing)

Contributions are welcome! Please submit a pull request or create an issue to contribute to this package.

Conclusion
----------

[](#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!

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

720d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5105a5704a356702d32397a46feec95e249690f3d13fb3bd8a6a6dd7fd995f39?d=identicon)[sarfrazrizwan](/maintainers/sarfrazrizwan)

---

Top Contributors

[![sarfrazrizwan](https://avatars.githubusercontent.com/u/68284853?v=4)](https://github.com/sarfrazrizwan "sarfrazrizwan (5 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/sarfrazrizwan-laravel-zerobounce/health.svg)

```
[![Health](https://phpackages.com/badges/sarfrazrizwan-laravel-zerobounce/health.svg)](https://phpackages.com/packages/sarfrazrizwan-laravel-zerobounce)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
