tedivm / certain
Fund package maintenance!
tedivm
Requires
- php: >=5.3.0
Requires (Dev)
- fabpot/php-cs-fixer: 0.4.0
This package is auto-updated.
Last update: 2024-10-13 06:02:00 UTC
README
Certain is a library designed for checking SSL Certificates. It takes certificates either directly or from the server hosting them and checks the entire chain for errors.
It is currently grossly unstable and being developed actively- feel free to contribute!
Installing
Composer
Installing Certain can be done through a variety of methods, although Composer is recommended.
Until Certain reaches a stable API with version 1.0 it is recommended that you review changes before even Minor updates, although bug fixes will always be backwards compatible.
"require": {
"tedivm/certain": "0.1.*"
}
Github
Releases of Certain are available on Github.