PHPackages                             vegvisir/el-client - 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. vegvisir/el-client

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

vegvisir/el-client
==================

EmailLabs PHP client

0.0.1-alpha2(7y ago)046MITPHPPHP &gt;=7.0

Since Apr 29Pushed 7y agoCompare

[ Source](https://github.com/vegvisir-for-all/el-client)[ Packagist](https://packagist.org/packages/vegvisir/el-client)[ RSS](/packages/vegvisir-el-client/feed)WikiDiscussions master Synced 2w ago

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

EmailLabs PHP Client
====================

[](#emaillabs-php-client)

This library is a EmailLabs.pl PHP Client, using EL's built-in API. Since it's in the alpha state, we cannot guarantee you it's free of any bugs, errors or whatsoever.

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

[](#installation)

```
composer require vegvisir/el-client
```

### Usage

[](#usage)

```
use EmailLabs\EmailLabs;

// Create new EmailLabs client
$el = new EmailLabs($appKey, $secretKey, $smtpAccount);

// Create new message without template
$msg1 = $el->message([
  'to' => 'mail@domain.com',
  'to_message_id' => 'mid@domain',
  'subject' => 'Test message',
  'from' => 'vegvisir@domain.com',
  'text' => 'Test message body',
  'html' => 'Test message body',
]);

// Create new message with template
$msg2 = $el->messageWithTemplate([
  'to' => 'mail@domain.com',
  'to_name' => 'sigrun',
  'to_message_id' => 'mid@domain',
  'subject' => 'Test message',
  'from' => 'vegvisir@domain.com',
  'global_vars' => [
    'firstname' => 'John',
    'lastname' => 'Doe',
  ],
  'template_id' => 'el_template_id',
]);

// Send messages

$el->send([$msg1, $msg2]);

// or

$el->send($msg1);
$el->send($msg2);
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

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

2619d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11788037?v=4)[vegvisir](/maintainers/vegvisir)[@Vegvisir](https://github.com/Vegvisir)

---

Top Contributors

[![mognicki](https://avatars.githubusercontent.com/u/62215181?v=4)](https://github.com/mognicki "mognicki (1 commits)")[![vegvisir-for-all](https://avatars.githubusercontent.com/u/45864732?v=4)](https://github.com/vegvisir-for-all "vegvisir-for-all (1 commits)")

### Embed Badge

![Health badge](/badges/vegvisir-el-client/health.svg)

```
[![Health](https://phpackages.com/badges/vegvisir-el-client/health.svg)](https://phpackages.com/packages/vegvisir-el-client)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NotifyX、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

686111.2k8](/packages/guanguans-notify)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

252143.0k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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