Looking to hire Laravel developers? Try LaraJobs

laravel-ssl-checker maintained by myopensoft

Description
Laravel SSL Checker library is for system to check SSL health for target server.
Last update
2024/03/12 02:14 (dev-master)
License
Downloads
283

Comments
comments powered by Disqus

Laravel Health Checker

Latest Version on Packagist Total Downloads

Laravel Health Checker library is for server to send server health info to receiver server and be processed.

Installation

You can install the package via composer:

composer require myopensoft/laravel-ssl-checker

You can publish and run the migrations with:

You can publish the config file with:

php artisan vendor:publish --provider="Myopensoft\SslChecker\SslCheckerServiceProvider" --tag="ssl-checker-config"
php artisan vendor:publish

select Tag: ssl-checker-migrations

This is the contents of the published config file:

return [
    'period_alert' => env('SSL_PERIOD_ALERT', '32,16,8,4,3,2,1'),
    'email' => env('SSL_EMAIL', 'info@myopensoft.net'),
];

Usage

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.