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
Requires
- php: ^7.4|^8.0
- ext-openssl: *
- illuminate/contracts: ^7.0|^8.0|^9.0|^10.0|^11.0
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- orchestra/testbench: ^6.13
- phpunit/phpunit: ^9.3
- spatie/laravel-ray: ^1.9
- vimeo/psalm: ^4.4
README
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.