PHPackages                             alancolant/laravel-boosted-email - 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. alancolant/laravel-boosted-email

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

alancolant/laravel-boosted-email
================================

This is my package laravel-boosted-email

1.0.1(2y ago)04[4 PRs](https://github.com/alancolant/laravel-boosted-email/pulls)MITPHPPHP ^8.1CI passing

Since Dec 26Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/alancolant/laravel-boosted-email)[ Packagist](https://packagist.org/packages/alancolant/laravel-boosted-email)[ Docs](https://github.com/alancolant/laravel-boosted-email)[ GitHub Sponsors](https://github.com/alancolant)[ RSS](/packages/alancolant-laravel-boosted-email/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (2)Dependencies (16)Versions (8)Used By (0)

This is my package laravel-boosted-email
========================================

[](#this-is-my-package-laravel-boosted-email)

[![Latest Version on Packagist](https://camo.githubusercontent.com/796a673d95f34caae4cfe6ad9e40248234bc5c5792ffc2845d282984f2941011/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c616e636f6c616e742f6c61726176656c2d626f6f737465642d656d61696c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alancolant/laravel-boosted-email)[![GitHub Tests Action Status](https://camo.githubusercontent.com/2b0b195669b724c02a3e9d358cf664de038808cf27222b1dc53607d2243fc1c2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616c616e636f6c616e742f6c61726176656c2d626f6f737465642d656d61696c2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/alancolant/laravel-boosted-email/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e3378ba50183cebfc9011d26c26fdefb3dd4996062aa2875c843b0559a10ef9e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616c616e636f6c616e742f6c61726176656c2d626f6f737465642d656d61696c2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/alancolant/laravel-boosted-email/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/42c59614b7799e4d525021b7e165888bd642f875904b603900993f37fe46227b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c616e636f6c616e742f6c61726176656c2d626f6f737465642d656d61696c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alancolant/laravel-boosted-email)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/a95f190a9a4e50688df4d6abd42c48bf0877afc3e8ffafb218cd078f7d9f8c4f/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d626f6f737465642d656d61696c2e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-boosted-email)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require alancolant/laravel-boosted-email
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-boosted-email-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-boosted-email-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-boosted-email-views"
```

Usage
-----

[](#usage)

```
$laravelBoostedEmail = new Alancolant\LaravelBoostedEmail();
echo $laravelBoostedEmail->echoPhrase('Hello, Alancolant!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [COLANT Alan](https://github.com/alancolant)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance52

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

2

Last Release

963d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a0cd49a0eefd2292fabb9cf776fba3c78ea32d7902fa4193e758ad539dfd1b1e?d=identicon)[alancolant](/maintainers/alancolant)

---

Top Contributors

[![alancolant](https://avatars.githubusercontent.com/u/19172637?v=4)](https://github.com/alancolant "alancolant (12 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")

---

Tags

laravelalancolantlaravel-boosted-email

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/alancolant-laravel-boosted-email/health.svg)

```
[![Health](https://phpackages.com/badges/alancolant-laravel-boosted-email/health.svg)](https://phpackages.com/packages/alancolant-laravel-boosted-email)
```

###  Alternatives

[illuminate/notifications

The Illuminate Notifications package.

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

Laravel Scout provides a driver based solution to searching your Eloquent models.

1.7k57.2M682](/packages/laravel-scout)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k99.8M354](/packages/laravel-horizon)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.4M236](/packages/illuminate-broadcasting)[nuwave/lighthouse

A framework for serving GraphQL from Laravel

3.5k12.2M128](/packages/nuwave-lighthouse)[illuminate/events

The Illuminate Events package.

13558.0M2.3k](/packages/illuminate-events)

PHPackages © 2026

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