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

ActiveLibrary

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 3d 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 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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

2572d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/755a37309b080e0f0d90ede46629056c3f7878613eaac93b7549d33f2a93618e?d=identicon)[vegvisir](/maintainers/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

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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