PHPackages                             adenijiayocharles/identibyte-laravel - 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. [API Development](/categories/api)
4. /
5. adenijiayocharles/identibyte-laravel

ActiveLibrary[API Development](/categories/api)

adenijiayocharles/identibyte-laravel
====================================

Laravel wrapper for the Identibyte.com API

1.0.2(5y ago)0151[2 issues](https://github.com/adenijiayocharles/laravel-identibyte/issues)MITPHP

Since Feb 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/adenijiayocharles/laravel-identibyte)[ Packagist](https://packagist.org/packages/adenijiayocharles/identibyte-laravel)[ RSS](/packages/adenijiayocharles-identibyte-laravel/feed)WikiDiscussions master Synced yesterday

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

identibyte-laravel
==================

[](#identibyte-laravel)

This is a wrapper for the [Identibyte](https://identibyte.com/) API. Iddentibyte allows you to identify and mark disposable email addresses to save your company's resources for real users.

Installation
------------

[](#installation)

- Get an api key from [here](https://identibyte.com/)
- Run `composer require adenijiayocharles/identibyte-laravel:1.0.2` from your Laravel application root.
- Add the below to the bottom of your `.env`

```
IDENTIBYTE_KEY={your-api-key}
```

- Publish the config file from the package by running

```
php artisan vendor:publish --provider='Adenijiayocharles\Identibyte\IdentibyteServiceProvider'
```

Usage
-----

[](#usage)

To check if an email is a disposable email or not, see the examples below

```
namespace App\Http\Controllers;

use Adenijiayocharles\Identibyte\Identibyte;

class TestController extends Controller
{
    // returns the whole response from identibye
    public function test() {
        return Identibyte::check('test@email.com');
    }

    // returns true if email is disposable and false if not
    public function checkEmail() {
        return Identibyte::isDisposableEmail('test@email.com');
    }
}
```

For more infomation visit [here](https://identibyte.com/#docs)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

2020d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b31e41e359122b402e18a77211703715e4ee334115f63489d70be2fbdaa40e5d?d=identicon)[adenijiayocharles@gmail.com](/maintainers/adenijiayocharles@gmail.com)

---

Top Contributors

[![adenijiayocharles](https://avatars.githubusercontent.com/u/10441427?v=4)](https://github.com/adenijiayocharles "adenijiayocharles (15 commits)")

---

Tags

phplaravelidentibyte

### Embed Badge

![Health badge](/badges/adenijiayocharles-identibyte-laravel/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.2k](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[resend/resend-php

Resend PHP library.

608.3M53](/packages/resend-resend-php)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

793.9k](/packages/scriptdevelop-whatsapp-manager)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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