PHPackages                             mailsafepro/mailsafepro-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. mailsafepro/mailsafepro-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

mailsafepro/mailsafepro-php
===========================

PHP SDK for MailSafePro Email Validation API. Robust and secure email validation and verification with batch processing, breach detection, and JWT authentication. GDPR compliant.

1.0.0(4mo ago)00unlicensePHPPHP ^8.1

Since Jan 3Pushed 3mo agoCompare

[ Source](https://github.com/mailsafepro/mailsafepro-php)[ Packagist](https://packagist.org/packages/mailsafepro/mailsafepro-php)[ Docs](https://openapi-generator.tech)[ RSS](/packages/mailsafepro-mailsafepro-php/feed)WikiDiscussions main Synced 1mo ago

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

mailsafepro
===========

[](#mailsafepro)

API robusta y segura para validación y verificación de correos electrónicos. Soporta verificación individual y en lote, detección de brechas, y autenticación JWT. Cumple con GDPR y dispone de planes de pago flexibles.

**🔗 Enlaces importantes:**

- [Estado del sistema](https://mailsafepro.betteruptime.com)
- [Documentación completa](https://api.mailsafepro.es/redoc)

**📧 Contacto:**

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/mailsafepro/mailsafepro-php.git"
    }
  ],
  "require": {
    "mailsafepro/mailsafepro-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
