PHPackages                             jihel/mail-xpertise-bundle - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. jihel/mail-xpertise-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

jihel/mail-xpertise-bundle
==========================

A symfony bundle to handle mailxpertise api

044PHP

Since Mar 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Jihell/mail-xpertise-bundle)[ Packagist](https://packagist.org/packages/jihel/mail-xpertise-bundle)[ RSS](/packages/jihel-mail-xpertise-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

MailXpertise Api
================

[](#mailxpertise-api)

A Symfony bundle to handle mail expertise api. This bundle only provide a php object way to use the api with Guzzle.

1- Install
----------

[](#1--install)

Add plugin to your composer.json require:

```
{
    "require": {
        "jihel/mail-xpertise-bundle": "dev-master",
    }
}

```

or

```
php composer.phar require jihel/mail-xpertise-bundle:dev-master

```

Add bundle to your AppKernel.php

```
public function registerBundles()
{
    $bundles = array(
        ...
        new Jihel\Plugin\MailXpertiseBundle\JihelPluginMailXpertise(),
    );
}

```

2- Configure your config.yml
----------------------------

[](#2--configure-your-configyml)

The default configuration file and explanations can be found [here](doc/config.md)

```
jihel_plugin_mail_xpertise:
    apiKey: your_api_key
    token: your_api_token
    timeout: 3

```

3- Usage
--------

[](#3--usage)

Get the proxy service **jihel.plugin.mail\_xpertise.proxy.api**:

- From a controller

    /\*\* @var \\Jihel\\Plugin\\MailXpertiseBundle\\Proxy\\ApiProxy $MailXpertiseProxy \*/ $MailXpertiseProxy = $this-&gt;get('jihel.plugin.mail\_xpertise.proxy.api');
- From a service

    service: my.super.service: class: %my.super.service.class% arguments: { '@jihel.plugin.mail\_xpertise.proxy.api' }

The class provite one methods that will return a Guzzle Client object

```
/**
 * Get the Guzzle client object.
 * Aditionnal options can be provide, it won't override the one defined by config
 *
 * @param array $option
 * @return \SplFileObject
 */
public function getClient(array $option = array())

```

Example:

```
/** @var \Jihel\Plugin\MailXpertiseBundle\Proxy\ApiProxy $MailXpertiseProxy */
$MailXpertiseProxy = $this->get('jihel.plugin.mail_xpertise.proxy.api');
$client = $MailXpertiseProxy->getClient();
$response = $client->get('/api/lists/info');

```

4- Thanks
---------

[](#4--thanks)

Thanks to me for giving my free time doing class for lazy developers. You can access my CV [here](http://www.joseph-lemoine.fr)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1798787?v=4)[Jihel](/maintainers/Jihel)[@jihel](https://github.com/jihel)

---

Top Contributors

[![Jihell](https://avatars.githubusercontent.com/u/3269035?v=4)](https://github.com/Jihell "Jihell (1 commits)")

### Embed Badge

![Health badge](/badges/jihel-mail-xpertise-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jihel-mail-xpertise-bundle/health.svg)](https://phpackages.com/packages/jihel-mail-xpertise-bundle)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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