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

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

anny/laravel-scaleway-tem
=========================

A Laravel package to extend mail with Scaleway transactional email

1.0.3(2mo ago)613.5k—0%1MITPHPPHP ^8.0

Since Sep 24Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/anny-co/laravel-scaleway-tem)[ Packagist](https://packagist.org/packages/anny/laravel-scaleway-tem)[ RSS](/packages/anny-laravel-scaleway-tem/feed)WikiDiscussions main Synced 1mo ago

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

Laravel Scaleway TEM mailer
===========================

[](#laravel-scaleway-tem-mailer)

This package provides a simple way to send emails using the Scaleway TEM service directly from your Laravel application.

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

[](#installation)

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

```

This package adds automatically the Scaleway mailer to your mail config. First you need to add the credentials for the Scaleway API to your services.php config file.

```
'scaleway' => [
        'project_id' => env('SCALEWAY_PROJECT_ID'),
        'api_key' => env('SCALEWAY_API_KEY'),
        'region' => env('SCALEWAY_REGION', 'fr-par'),
]
```

After that, extend you mail config with the following code:

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

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance86

Actively maintained with recent releases

Popularity32

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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 ~177 days

Total

4

Last Release

67d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3493d9380b7cc374d3ffb2c2559f810958895cdf01305b60273cbf4ef49f046f?d=identicon)[fibis](/maintainers/fibis)

---

Top Contributors

[![fibis](https://avatars.githubusercontent.com/u/7265809?v=4)](https://github.com/fibis "fibis (10 commits)")[![JustinElst](https://avatars.githubusercontent.com/u/249633?v=4)](https://github.com/JustinElst "JustinElst (1 commits)")

---

Tags

laravelscaleway

### Embed Badge

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

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

###  Alternatives

[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

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

The Illuminate Mail package.

5910.1M391](/packages/illuminate-mail)

PHPackages © 2026

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