myopensoft/laravel-ssl-checker

Laravel SSL Checker library is for system to check SSL health for target server.

1.0.6 2024-03-12 01:14 UTC

This package is auto-updated.

Last update: 2024-06-12 01:50:09 UTC


README

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.