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

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

inboxcom/mailcore-laravel
=========================

Laravel integration (service provider + facade) for the Mailcore PHP client.

v0.1.5(1mo ago)00MITPHPPHP &gt;=8.4

Since Jun 28Pushed 3w agoCompare

[ Source](https://github.com/Fjordmail/mailcore-laravel)[ Packagist](https://packagist.org/packages/inboxcom/mailcore-laravel)[ RSS](/packages/inboxcom-mailcore-laravel/feed)WikiDiscussions master Synced 2w ago

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

inboxcom/mailcore-laravel
=========================

[](#inboxcommailcore-laravel)

[![Latest Version](https://camo.githubusercontent.com/0825f8ea781236fb35d0aa1504214d4c6523aa0445f2a00154e993494f1e264c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e626f78636f6d2f6d61696c636f72652d6c61726176656c2e737667)](https://packagist.org/packages/inboxcom/mailcore-laravel)[![License](https://camo.githubusercontent.com/c204a92146b314c6ade3909a9aa1810d7d3e37db5bc13072871a79ea385a2674/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696e626f78636f6d2f6d61696c636f72652d6c61726176656c2e737667)](LICENSE)

Laravel bridge for the **Mailcore** mail-server control API — a service provider, config, and facade around the [`inboxcom/mailcore-php`](https://packagist.org/packages/inboxcom/mailcore-php) core client.

> **Unofficial.** Third-party package; not published by Mailcore.

> **AI-assisted.** Code, tests, and docs were written largely by AI (Claude Code) under human direction and review.

Install
-------

[](#install)

```
composer require inboxcom/mailcore-laravel
```

Requires PHP &gt;= 8.4. The service provider is auto-discovered.

Configuration
-------------

[](#configuration)

Set your key in `.env`:

```
MAILCORE_API_KEY=your-api-key
# MAILCORE_BASE_URI=https://api.example.com   # optional
# MAILCORE_TIMEOUT=30          # optional, request timeout in seconds (0 disables)
# MAILCORE_CONNECT_TIMEOUT=10  # optional, connect timeout in seconds (0 disables)
```

To customise more, publish the config:

```
php artisan vendor:publish --tag=mailcore-config
```

Usage
-----

[](#usage)

Via the facade:

```
use Inboxcom\Mailcore\Laravel\Facades\Mailcore;

$users = Mailcore::users()->list(filter: '*');
$user  = Mailcore::users()->get('holger@example.com');
```

…or resolve the client from the container (constructor injection, `app()`, etc.):

```
use Inboxcom\Mailcore\MailcoreClient;

public function __construct(private MailcoreClient $mailcore) {}
```

See the [core package](https://packagist.org/packages/inboxcom/mailcore-php) for the full client surface and error handling. Every non-2xx response throws a subclass of `Inboxcom\Mailcore\Exception\ApiException`; the API key is never included in any exception message.

Development &amp; full docs
---------------------------

[](#development--full-docs)

This package is developed in the [`Fjordmail/mailcore-sdk`](https://github.com/Fjordmail/mailcore-sdk) monorepo (this repository is a read-only subtree split). Issues and contributions belong there.

License
-------

[](#license)

MIT — see [LICENSE](LICENSE).

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance93

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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

6

Last Release

43d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64f0c9c84d4ad951dc67d4b428add0aac25ff2b4100b601a84ad7eaad7d8f916?d=identicon)[inboxcom](/maintainers/inboxcom)

---

Top Contributors

[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")[![sebastka](https://avatars.githubusercontent.com/u/35309144?v=4)](https://github.com/sebastka "sebastka (1 commits)")

### Embed Badge

![Health badge](/badges/inboxcom-mailcore-laravel/health.svg)

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)[illuminate/mail

The Illuminate Mail package.

5910.7M566](/packages/illuminate-mail)[illuminate/notifications

The Illuminate Notifications package.

483.1M1.2k](/packages/illuminate-notifications)

PHPackages © 2026

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