Ssl Certificate Versions Save

A class to validate SSL certificates

2.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ssl-certificate/compare/2.2.0...2.3.0

2.2.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ssl-certificate/compare/2.1.3...2.2.0

2.1.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ssl-certificate/compare/2.1.2...2.1.3

2.1.2

2 years ago
  • Make compatible with PHP 8.2

Full Changelog: https://github.com/spatie/ssl-certificate/compare/2.1.1...2.1.2

2.1.1

2 years ago
  • improve URL validation

2.1.0

2 years ago
  • add toArray and createFromArray

2.0.3

2 years ago
  • add support for custom ports (#143)

2.0.2

2 years ago
  • support spatie/macroable v2(#142)

2.0.1

3 years ago
  • fix edge case when using serialized certificates

2.0.0

3 years ago
  • require PHP 8+
  • drop support for PHP 7.x
  • use PHP 8 syntax where possible