PHPackages                             eherrera/luxsci-api-client-php - 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. [API Development](/categories/api)
4. /
5. eherrera/luxsci-api-client-php

ActiveLibrary[API Development](/categories/api)

eherrera/luxsci-api-client-php
==============================

LuxSci API client for php

v1.0.0.2(8y ago)0451MITPHPPHP ^5.3.3 || ^7.0

Since Mar 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/eherrera/luxsci-api-client-php)[ Packagist](https://packagist.org/packages/eherrera/luxsci-api-client-php)[ RSS](/packages/eherrera-luxsci-api-client-php/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (5)Used By (0)

luxsci-api-client-php
=====================

[](#luxsci-api-client-php)

**LuxSci API client for php**

**Demo**

Send a SecureLine Secure Email and/or SecureText

```
use LuxSciApiClient\LuxSciAPIv2Client;
use LuxSciApiClient_Model\BodyType;
use LuxSciApiClient_Model_V2\SendEmailOrTextRequest;

// Initialize client

$client = new LuxSciAPIv2Client(
    'your_token',
    'your_secret',
    'your_user',
    'your_pass'
);

// Fill request params
$sendEmailOrTextRequest = new SendEmailOrTextRequest();
$sendEmailOrTextRequest->from_name = "your_name";
$sendEmailOrTextRequest->from_address = "from_email@test.info";
$sendEmailOrTextRequest->to = ['to_email1@test.info'];
$sendEmailOrTextRequest->subject = 'Testing from API';
$sendEmailOrTextRequest->body_type = BodyType::Html;
$sendEmailOrTextRequest->body = "Hello!!Testing from API";

$client->sendEmailOrText($sendEmailOrTextRequest);

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~2 days

Total

3

Last Release

3012d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1117483?v=4)[Ernesto Herrera Morales](/maintainers/eherrera)[@eherrera](https://github.com/eherrera)

---

Top Contributors

[![eherrera](https://avatars.githubusercontent.com/u/1117483?v=4)](https://github.com/eherrera "eherrera (7 commits)")

---

Tags

api-clientemail-senderluxsciphp

### Embed Badge

![Health badge](/badges/eherrera-luxsci-api-client-php/health.svg)

```
[![Health](https://phpackages.com/badges/eherrera-luxsci-api-client-php/health.svg)](https://phpackages.com/packages/eherrera-luxsci-api-client-php)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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