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 6d 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 49% 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

2967d ago

### Community

Maintainers

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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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