PHPackages                             bagf/mailboxlayer-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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. bagf/mailboxlayer-laravel

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

bagf/mailboxlayer-laravel
=========================

Adds Laravel 5 validation rule for checking e-mail addresses using the mailboxlayer API

0.0.3(9y ago)02.2k4UnlicensePHPCI failing

Since Jan 21Pushed 9y agoCompare

[ Source](https://github.com/bagf/mailboxlayer-laravel)[ Packagist](https://packagist.org/packages/bagf/mailboxlayer-laravel)[ RSS](/packages/bagf-mailboxlayer-laravel/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

mailboxlayer-laravel
====================

[](#mailboxlayer-laravel)

Adds Laravel 5 validation rule for checking e-mail addresses using the mailboxlayer API

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

[](#installation)

```
composer require bagf/mailboxlayer-laravel
```

Add this service provider to your Laravel 5 app providers array in `config/app.php`

```
        Bagf\Mailboxlayer\ServiceProvider::class,
```

Add these configuration values to `config/services.php`

```
    'mailboxlayer' => [
        'https' => true,
        'access_key' => env('MAILBOXLAYER'),
    ],
```

You can then set your access key in the `.env` file

```
MAILBOXLAYER="KEY_GOES_HERE"
```

Add these two translations to your validation language file in `resources/lang/en/validation.php`

```
    'mailboxlayer'         => 'The :attribute is not valid. :suggestion',
    'mailboxlayer_suggest'  => 'Did you mean :email?',
```

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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 ~11 days

Total

3

Last Release

3462d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2567601?v=4)[Rory](/maintainers/bagf)[@bagf](https://github.com/bagf)

---

Top Contributors

[![bagf](https://avatars.githubusercontent.com/u/2567601?v=4)](https://github.com/bagf "bagf (16 commits)")

### Embed Badge

![Health badge](/badges/bagf-mailboxlayer-laravel/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.7M3.3k](/packages/craftcms-cms)[illuminate/http

The Illuminate Http package.

11938.5M7.9k](/packages/illuminate-http)[spatie/laravel-export

Create a static site bundle from a Laravel app

679153.2k6](/packages/spatie-laravel-export)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

293.1k](/packages/eslazarev-wildberries-sdk)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1349.3k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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