PHPackages                             sigrun/lelpl - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. sigrun/lelpl

ActiveLibrary[HTTP &amp; Networking](/categories/http)

sigrun/lelpl
============

Laravel transport for EmailLabs API

02.0kPHP

Since Jul 21Pushed 6y agoCompare

[ Source](https://github.com/sigrundev/lelpl)[ Packagist](https://packagist.org/packages/sigrun/lelpl)[ RSS](/packages/sigrun-lelpl/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

lelpl
=====

[](#lelpl)

Laravel mail driver for EmaillLabs API. EmailLabs is available at [emaillabs.pl](https://emaillabs.pl). Adds ***el*** mail driver.

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

[](#installation)

It's really simple, just use Composer:

```
composer require sigrun/lelpl
```

In case of any issues, you should add version constraint to package name:

```
composer require sigrun/lelpl@dev-master
```

### Laravel up to 5.4.\*

[](#laravel-up-to-54)

If you're using older Laravel versions (up to 5.4.\*), you should add package's service provider to your `config/app.php`, as following:

```
$providers = [
    // Package Service Providers...
    \Sigrun\El\ElServiceProvider::class,
];
```

Laravel 5.5+ should auto-discover service provider from the package.

### Configuration

[](#configuration)

Publish config file from Artisan console:

```
php artisan vendor:publish
```

and choose assets from sigrun/lelpl.

Next, you should set necessary env variables: EL\_SMTP\_ACCOUNT, EL\_APP\_KEY, EL\_APP\_SECRET

### That's it!

[](#thats-it)

Please note, that this package is as simple as it can be, lacking many of the EmailLabs API functionalities. It just sends simple mail using Laravel mailing logic.

Package is provided **as it is**, and therefore, we provide no guarantee that it would work as expected.

Feel free to suggest any changes whatsoever, I'll be more than glad to hear about them!

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 62.5% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8873738?v=4)[Sigrun](/maintainers/sigrun)[@sigrun](https://github.com/sigrun)

---

Top Contributors

[![mognicki](https://avatars.githubusercontent.com/u/62215181?v=4)](https://github.com/mognicki "mognicki (5 commits)")[![sigrundev](https://avatars.githubusercontent.com/u/48810115?v=4)](https://github.com/sigrundev "sigrundev (3 commits)")

---

Tags

emaillabslaravelswift-mailer

### Embed Badge

![Health badge](/badges/sigrun-lelpl/health.svg)

```
[![Health](https://phpackages.com/badges/sigrun-lelpl/health.svg)](https://phpackages.com/packages/sigrun-lelpl)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M80](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87930.4k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M84](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69122.6k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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