PHPackages                             moxso/laravel-scaleway-tem - 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. moxso/laravel-scaleway-tem

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

moxso/laravel-scaleway-tem
==========================

A Laravel mailer driver for sending transactional emails through Scaleway TEM.

1.0.0(3mo ago)04MITPHPPHP ^8.4CI passing

Since Mar 15Pushed 3mo agoCompare

[ Source](https://github.com/moxso/laravel-scaleway-tem)[ Packagist](https://packagist.org/packages/moxso/laravel-scaleway-tem)[ Docs](https://github.com/moxso/laravel-scaleway-tem)[ GitHub Sponsors](https://github.com/moxso)[ RSS](/packages/moxso-laravel-scaleway-tem/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (4)Versions (2)Used By (0)

A Laravel mailer driver for sending transactional emails through Scaleway TEM.
==============================================================================

[](#a-laravel-mailer-driver-for-sending-transactional-emails-through-scaleway-tem)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e7c32b17b0a946b34677e4c7592d55962a5c80570991c9575034d55030223519/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f78736f2f6c61726176656c2d7363616c657761792d74656d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/moxso/laravel-scaleway-tem)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/2987a88454193306d4aeb3dbbde8219f9c8ed284517b77250e97d826ddcc809d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f78736f2f6c61726176656c2d7363616c657761792d74656d2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/moxso/laravel-scaleway-tem/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8e62e86a97cf8277f47f855d5e80a623f22553281e092d685372f2ef979d510b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f78736f2f6c61726176656c2d7363616c657761792d74656d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/moxso/laravel-scaleway-tem)

Laravel Scaleway TEM Mailer provides a seamless mail transport integration for sending transactional emails through Scaleway Transactional Email (TEM) directly from Laravel applications.

The package adds a dedicated mail driver that allows Laravel's Mail system to deliver messages via the Scaleway TEM API while preserving the familiar Laravel mail workflow.

This package uses the Scaleway API transport only. It does not configure or send mail over SMTP.

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

[](#installation)

You can install the package via composer:

```
composer require moxso/laravel-scaleway-tem
```

Next, you must publish the config file:

```
php artisan vendor:publish --tag="scaleway-tem-config"
```

This is the contents of the published config file:

```
return [
    'project_id' => env('SCALEWAY_TEM_PROJECT_ID'),
    'api_key' => env('SCALEWAY_TEM_API_KEY'),
    'region' => env('SCALEWAY_TEM_REGION', 'fr-par'),
];
```

Finally, add the mailer to your `config/mail.php` configuration file:

```
'scaleway' => [
    'transport' => 'scaleway',
]
```

Changelog
---------

[](#changelog)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Moxso](https://github.com/Moxso)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance80

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

103d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f28d29d9b6b7662b163167fbde72e7316e4d4a3cfecf9cda323479919901689?d=identicon)[moxso](/maintainers/moxso)

---

Top Contributors

[![mikkellindblom](https://avatars.githubusercontent.com/u/5261690?v=4)](https://github.com/mikkellindblom "mikkellindblom (11 commits)")

---

Tags

laravelmoxsolaravel-scaleway-tem

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/moxso-laravel-scaleway-tem/health.svg)

```
[![Health](https://phpackages.com/badges/moxso-laravel-scaleway-tem/health.svg)](https://phpackages.com/packages/moxso-laravel-scaleway-tem)
```

###  Alternatives

[xammie/mailbook

Laravel Mail Explorer

483519.8k1](/packages/xammie-mailbook)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24855.3k](/packages/vormkracht10-laravel-mails)[backstage/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24875.5k8](/packages/backstage-laravel-mails)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[redberry/mailbox-for-laravel

This is my package mailbox-for-laravel

4013.0k](/packages/redberry-mailbox-for-laravel)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

272.7k1](/packages/finity-labs-fin-mail)

PHPackages © 2026

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