PHPackages                             muluc/laravel-inbox - 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. muluc/laravel-inbox

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

muluc/laravel-inbox
===================

Receive and send emails from your project with Laravel

01CSS

Since Jun 1Pushed 1y agoCompare

[ Source](https://github.com/MehmetUluc/laravel-inbox)[ Packagist](https://packagist.org/packages/muluc/laravel-inbox)[ RSS](/packages/muluc-laravel-inbox/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Inbox
=============

[](#laravel-inbox)

Receive and send emails from your project with Laravel

Inbox extends [beyondcode/laravel-mailbox](https://github.com/beyondcode/laravel-mailbox)

[![Image of Inbox](https://github.com/Xoshbin/laravel-inbox/raw/master/Screen-Shot.png?raw=true)](https://github.com/Xoshbin/laravel-inbox/blob/master/Screen-Shot.png?raw=true)

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

[](#installation)

You can install the package via composer:

```
composer require xoshbin/laravel-inbox
```

After installing Inbox, publish its assets using the inbox:install Artisan command:

```
php artisan inbox:install
```

This package extends the migration file of beyondcode/laravel-mailbox to store all incoming email messages. You can publish the migration file using:

```
php artisan vendor:publish --provider="Xoshbin\Inbox\InboxServiceProvider" --tag="migrations"
```

Run the migrations with:

```
php artisan migrate
```

Next, you need to publish the inbox configuration file which it's the same file of beyondcode/laravel-mailbox with some extra variables:

```
php artisan vendor:publish --provider="Xoshbin\Inbox\InboxServiceProvider" --tag="config"
```

Connecting email drivers
------------------------

[](#connecting-email-drivers)

To connect your email provider with this package you have to follow [beyondcode/laravel-mailbox](https://docs.beyondco.de/laravel-mailbox) documentation.

Usage
-----

[](#usage)

After connecting your email provider you can visit the inbox interface from url **/inbox/dashboard** like that:
**example.com/inbox/dashboard**

### TO-DO

[](#to-do)

- Changing views to vue components.
- Saving sent emails.
- Adding tests.

### Bootstrap Template

[](#bootstrap-template)

special thanks to [Bootstrap snippet. bs4 beta email inbox](https://www.bootdey.com/snippets/view/bs4-beta-email-inbox)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 52.7% 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://www.gravatar.com/avatar/1a0b8deb64d477e80dea2040c99abb5b2f3838ea78ccd79b6b5cbec0f5126e56?d=identicon)[muluc47](/maintainers/muluc47)

---

Top Contributors

[![Xoshbin](https://avatars.githubusercontent.com/u/1606070?v=4)](https://github.com/Xoshbin "Xoshbin (29 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (24 commits)")[![MehmetUluc](https://avatars.githubusercontent.com/u/3134457?v=4)](https://github.com/MehmetUluc "MehmetUluc (2 commits)")

### Embed Badge

![Health badge](/badges/muluc-laravel-inbox/health.svg)

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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