PHPackages                             conkal/laravel-api-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. conkal/laravel-api-mailer

ActiveLibrary

conkal/laravel-api-mailer
=========================

A generic api mail driver for Laravel 5.1+

v0.1.0(3y ago)17MITPHPPHP &gt;=5.5.9

Since Jan 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/cengizonkal/laravel-api-mailer)[ Packagist](https://packagist.org/packages/conkal/laravel-api-mailer)[ RSS](/packages/conkal-laravel-api-mailer/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Api Mailer
==================

[](#laravel-api-mailer)

A package that allows you to send emails via an API in your Laravel application.

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

[](#installation)

To install the package, run the following command in your terminal:

```
composer require conkal/laravel-api-mailer
```

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

[](#configuration)

In your **config/app.php** file, add the following line to the providers array:

```
'providers' => [
    \Conkal\LaravelApiMailer\ApiMailServiceProvider::class,
];
```

Next, in your **config/services.php** file, add the following configuration for the mailapi service:

```
'mailapi' => [
    'api_key' => env('MAILAPI_API_KEY'), //bearer token
    'endpoint' => env('MAILAPI_ENDPOINT', 'https://api.mailapi.io'),
]
```

Don't forget to set the **MAILAPI\_API\_KEY** and **MAILAPI\_ENDPOINT** environment variables with your API key and desired endpoint, respectively.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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

1219d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb4b44348f594e1fc43ce6f40d31092b71c288d5897b4a992012e4efa37fca6b?d=identicon)[Cengiz Önkal](/maintainers/Cengiz%20%C3%96nkal)

---

Top Contributors

[![cengizonkal](https://avatars.githubusercontent.com/u/3024926?v=4)](https://github.com/cengizonkal "cengizonkal (14 commits)")

### Embed Badge

![Health badge](/badges/conkal-laravel-api-mailer/health.svg)

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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