Url Signer Versions Save

Create and validate signed URLs with a limited lifetime

2.1.1

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/url-signer/compare/2.1.0...2.1.1

2.1.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/url-signer/compare/2.0.2...2.1.0

2.0.2

1 year ago
  • revert breaking change introduced in previous version

2.0.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/url-signer/compare/2.0.0...2.0.1

2.0.0

1 year ago
  • internal rewrite
  • do not rely on League packages anymore
  • lifetime is now in seconds instead of days
  • drop support for older PHP versions

1.2.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/url-signer/compare/1.2.2...1.2.3

1.2.2

3 years ago
  • add missing abstract method in the BaseUrlSigner (#35)

1.2.1

3 years ago
  • improve depdendencies

1.2.0

3 years ago
  • Add support for PHP 8.0

1.1.0

3 years ago
  • replace league/url with league/uri & league/uri-components (#25)