PHPackages                             lixus/valuefirst - 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. lixus/valuefirst

ActiveLibrary

lixus/valuefirst
================

description

v1.0(5y ago)012proprietaryPHPPHP ^7.2

Since Dec 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/EnCas-rgb/valuefirst)[ Packagist](https://packagist.org/packages/lixus/valuefirst)[ RSS](/packages/lixus-valuefirst/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

**Value First Client For Laravel**

Require this package in your composer.json and update composer.

```
composer require lixus/valuefirst

```

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

[](#installation)

### Laravel 5.x:

[](#laravel-5x)

After updating composer, add the ServiceProvider to the providers array in config/app.php

```
Lixus\ValueFirst\ServiceProvider::class,

```

You can optionally use the facade for shorter code. Add this to your facades:

```
'VFirstClient' => Lixus\ValueFirst\Facade::class,

```

### Lumen:

[](#lumen)

To change the configuration, copy the config file to your config folder and enable it in `bootstrap/app.php`:

```
$app->configure('valuefirst');

```

After updating composer add the following lines to register provider in `bootstrap/app.php`

```
$app->register(\Lixus\ValueFirst\ServiceProvider::class);

```

### Usage:

[](#usage)

with default configuration

```
VFirstClient::send(to,template,tag,delivery_url)

```

or with custom credential

```
VFirstClient::withCredential(username, password, sender)
   ->send(to,template,tag,delivery_url)

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1980d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b427ec5972871188f15319943f6d3030c22a6ae3794cabaf7b34b7ed4f1633ec?d=identicon)[encas](/maintainers/encas)

---

Top Contributors

[![byarianto](https://avatars.githubusercontent.com/u/22239468?v=4)](https://github.com/byarianto "byarianto (2 commits)")

### Embed Badge

![Health badge](/badges/lixus-valuefirst/health.svg)

```
[![Health](https://phpackages.com/badges/lixus-valuefirst/health.svg)](https://phpackages.com/packages/lixus-valuefirst)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[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)
