PHPackages                             steffjenl/laravel-kemp - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. steffjenl/laravel-kemp

ActiveLibrary[File &amp; Storage](/categories/file-storage)

steffjenl/laravel-kemp
======================

Laravel package for Kemp Loadmaster

0.1.2(7y ago)111MITPHP

Since Jul 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/steffjenl/laravel-kemp)[ Packagist](https://packagist.org/packages/steffjenl/laravel-kemp)[ RSS](/packages/steffjenl-laravel-kemp/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

laravel-kemp
============

[](#laravel-kemp)

[![Build Status](https://camo.githubusercontent.com/3fd35de080c140a2853b5505d5acf53b64e1cb42b47a86aef29d20e4946028c8/68747470733a2f2f7472617669732d63692e6f72672f73746566666a656e6c2f6c61726176656c2d6b656d702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/steffjenl/laravel-kemp)

Laravel package for Kemp Loadmaster

Installation
============

[](#installation)

Install the package using composer:

```
composer require steffjenl/laravel-kemp
```

On Laravel versions before 5.5 you also need to add the service provider to `config/app.php` manually:

```
    SteffjeNL\LaravelKemp\LaravelKempServiceProvider::class,
```

Then add this in `config/services.php`:

```
        'kemp' => [
            'ipAddress'         => env('KEMP_IPADDRESS'),
            'username'          => env('KEMP_USERNAME'),
            'password'          => env('KEMP_PASSWORD'),
            'certificate'       => env('KEMP_CERTIFICATE', null),
            'verifyCertificate' => env('KEMP_VERIFYSSL', true),
        ],
```

Finally, add the fields `KEMP_IPADDRESS`, `KEMP_USERNAME` and `KEMP_PASSWORD` to your `.env` file with the appropriate credentials.

Note: Certificate is not used yet!

Configuration
=============

[](#configuration)

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Every ~0 days

Total

3

Last Release

2916d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2580852?v=4)[Stèphan](/maintainers/steffjenl)[@steffjenl](https://github.com/steffjenl)

---

Top Contributors

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

---

Tags

laravelstoragekemploadmaster

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/steffjenl-laravel-kemp/health.svg)

```
[![Health](https://phpackages.com/badges/steffjenl-laravel-kemp/health.svg)](https://phpackages.com/packages/steffjenl-laravel-kemp)
```

###  Alternatives

[itbdw/laravel-storage-qiniu

A storage library for laravel5 and qiniu sdk

7015.3k](/packages/itbdw-laravel-storage-qiniu)

PHPackages © 2026

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