PHPackages                             ibrahimsmuhammad/basicsengage-laravel-mailer - 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. ibrahimsmuhammad/basicsengage-laravel-mailer

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

ibrahimsmuhammad/basicsengage-laravel-mailer
============================================

Laravel 9+ custom mail transport for BasicsEngage API

v1.0.1(7mo ago)021↓50%MITPHPPHP ^8.0

Since Sep 30Pushed 7mo agoCompare

[ Source](https://github.com/ibrahimSmuhammad/basicsengage-mailer)[ Packagist](https://packagist.org/packages/ibrahimsmuhammad/basicsengage-laravel-mailer)[ RSS](/packages/ibrahimsmuhammad-basicsengage-laravel-mailer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

basicsengage-mailer
===================

[](#basicsengage-mailer)

A PHP Laravel package to extend Laravel's mailer with [BasicsEngage](https://basicsengage.com) support.

Features
--------

[](#features)

- Seamless integration with Laravel's mail system
- Send emails via BasicsEngage
- Easy configuration and usage

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

[](#installation)

```
composer require ibrahimsmuhammad/basicsengage-laravel-mailer
```

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

[](#configuration)

1. Publish the config file (if available):

    ```
    php artisan vendor:publish --tag=basicsengage-mailer-config
    ```
2. Add your BasicsEngage credentials to `.env`:

    ```
        MAIL_MAILER=basicsengage
        BASICSENGAGE_API_KEY=Your Api Key
        BASICSENGAGE_API_URL="https://api.basicsengage.com/api/v0/dev/email/send"

    ```

Usage
-----

[](#usage)

Use the Laravel `Mail` facade as usual. The package will route emails through BasicsEngage.

```
use Illuminate\Support\Facades\Mail;

Mail::to('recipient@example.com')->send(new \App\Mail\YourMailable());
```

Customization
-------------

[](#customization)

You can customize mail settings in `config/basicsengage-mailer.php`.

```
    'mailers' => [
        'basicsengage' => [
            'transport' => 'basicsengage',
            'api_key'   => env('BASICSENGAGE_API_KEY'),
            'api_url'   => env('BASICSENGAGE_API_URL', 'https://api.basicsengage.com/api/v0/dev/email/send'),
        ],

```

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance63

Regular maintenance activity

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

Every ~0 days

Total

2

Last Release

224d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30d095d0a9e0b0469e50e6373dd6e85fe665ffc229aff561cdaad886fb9fc8d3?d=identicon)[ibrahim Samir Muhammad](/maintainers/ibrahim%20Samir%20Muhammad)

---

Top Contributors

[![ibrahimSmuhammad](https://avatars.githubusercontent.com/u/17378184?v=4)](https://github.com/ibrahimSmuhammad "ibrahimSmuhammad (2 commits)")

### Embed Badge

![Health badge](/badges/ibrahimsmuhammad-basicsengage-laravel-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/ibrahimsmuhammad-basicsengage-laravel-mailer/health.svg)](https://phpackages.com/packages/ibrahimsmuhammad-basicsengage-laravel-mailer)
```

###  Alternatives

[s-ichikawa/laravel-sendgrid-driver

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

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[illuminate/mail

The Illuminate Mail package.

5910.1M391](/packages/illuminate-mail)[symfony/mailjet-mailer

Symfony Mailjet Mailer Bridge

484.7M12](/packages/symfony-mailjet-mailer)[mailersend/laravel-driver

MailerSend Laravel Driver

87732.8k4](/packages/mailersend-laravel-driver)[symfony/mailchimp-mailer

Symfony Mailchimp Mailer Bridge

275.9M17](/packages/symfony-mailchimp-mailer)[juanparati/sendinblue

A Sendinblue v3 interface provider for Laravel

20269.6k](/packages/juanparati-sendinblue)

PHPackages © 2026

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