2017 © Pedro Peláez
 

library laravel-kemp

Laravel package for Kemp Loadmaster

image

steffjenl/laravel-kemp

Laravel package for Kemp Loadmaster

  • Friday, July 6, 2018
  • by steffjenl
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

laravel-kemp

Build Status, (*1)

Laravel package for Kemp Loadmaster, (*2)

Installation

Install the package using composer:, (*3)

composer require steffjenl/laravel-kemp

On Laravel versions before 5.5 you also need to add the service provider to config/app.php manually:, (*4)

    SteffjeNL\LaravelKemp\LaravelKempServiceProvider::class,

Then add this in config/services.php:, (*5)

        '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., (*6)

Note: Certificate is not used yet!, (*7)

Configuration

The Versions

06/07 2018

dev-master

9999999-dev

Laravel package for Kemp Loadmaster

  Sources   Download

MIT

The Development Requires

by Stèphan Eizinga

laravel storage kemp loadmaster

06/07 2018

0.1.2

0.1.2.0

Laravel package for Kemp Loadmaster

  Sources   Download

MIT

The Development Requires

by Stèphan Eizinga

laravel storage kemp loadmaster

05/07 2018

0.1.1

0.1.1.0

Laravel package for Kemp Loadmaster

  Sources   Download

MIT

The Development Requires

by Stèphan Eizinga

laravel storage kemp loadmaster

05/07 2018

0.1.0

0.1.0.0

Laravel package for Kemp Loadmaster

  Sources   Download

MIT

The Development Requires

by Stèphan Eizinga

laravel storage kemp loadmaster