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 2mo 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 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

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://www.gravatar.com/avatar/c2b04d2c2afc681e2f45486af6a147171b2c13b4ec937388ba41582c4f9c4ab6?d=identicon)[sigrun](/maintainers/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

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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