Check SSL Widget
A widget to get details about ssl certificate.
Author:
João Paulo Leite Nascimento
Documentation
- Compatibility
- Installation
- Usage
- Testing
- Changelog
- Contributing
- Security Vulnerabilities
- Credits
- License
The Filament Check Ssl plugin widget designed to show the detail informations about the ssl certificate given domains.

#Compatibility
| Package Version | Filament Version |
|---|---|
| 1.x | 3.x |
| 2.x | 4.x |
| 3.x | 5.x |
#Installation
You can install the package via composer:
composer require joaopaulolndev/filament-check-ssl-widget:^1.0
Optionally, you can publish the views using
php artisan vendor:publish --tag="filament-check-ssl-widget-views"
Optionally, you can publish the translations using
php artisan vendor:publish --tag="filament-check-ssl-widget-translations"
#Usage
Add in AdminPanelProvider.php
use Joaopaulolndev\FilamentCheckSslWidget\FilamentCheckSslWidgetPlugin;
->plugins([
FilamentCheckSslWidgetPlugin::make()
->domains([
'laravel.com',
'filamentphp.com',
'github.com'
])
])
Optionally, you can add more configs as example below:
use Joaopaulolndev\FilamentCheckSslWidget\FilamentCheckSslWidgetPlugin;
FilamentCheckSslWidgetPlugin::make()
->domains([
'laravel.com',
'filamentphp.com',
'github.com'
])
->shouldShowTitle(false) // Optional show title default is: true
->setTitle('Certificates') // Optional
->setDescription('SSL certificate detail') // Optional
->setQuantityPerRow(1) //Optional quantity per row default is: 1
->setColumnSpan('full') //Optional column span default is: '1/2'
->setSort(10)
#Testing
composer test
#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.
The author
João Paulo is a self-taught full-stack developer who loves PHP, Laravel and Filament. He is a Brazilian developer that loves to contribute to open-source projects.
From the same author
Edit Env
Edit your environment file directly from the Filament panel.
Author:
João Paulo Leite Nascimento
Edit Profile
A package to edit and delete profile easily to use, simple and fast.
Author:
João Paulo Leite Nascimento
PDF Viewer
Preview PDF documents either saved in the database or in the form of your resource.
Author:
João Paulo Leite Nascimento
World Clock
A beautiful card widget to display world clocks by timezone.
Author:
João Paulo Leite Nascimento
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese
Custom Fields
Eliminate custom field migrations forever. Let your users create and manage form fields directly in Filament admin panels with 20+ built-in field types, validation, and zero database changes.
Relaticle