PHPackages                             bemyguest/php-mailgun-validation - 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. bemyguest/php-mailgun-validation

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

bemyguest/php-mailgun-validation
================================

Validate email address with Mailgun's validation service (Syntax checks, DNS validation, MX validation)

v1.0.4(6y ago)011MITPHP

Since May 15Pushed 6y agoCompare

[ Source](https://github.com/bemyguest/php-mailgun-validation)[ Packagist](https://packagist.org/packages/bemyguest/php-mailgun-validation)[ RSS](/packages/bemyguest-php-mailgun-validation/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (3)Used By (0)

php-mailgun-validation
======================

[](#php-mailgun-validation)

Validate email address with Mailgun's validation service (Syntax checks, DNS validation, MX validation)
You can view Mailgun's blog post about the service here:
An API key is required to use this library, it can be obtained from mailgun's site after signup:

The service is free, however fair usage limits do apply (detailed in the post linked above).
Mailgun no longer offers this service for free, however this library works fine with the new paid service.

Installing using Composer
-------------------------

[](#installing-using-composer)

You can install this package using composer:

```
composer require overint/php-mailgun-validation

```

Example Use Case
----------------

[](#example-use-case)

```
