Download the PHP package hotrush/laravel-signer without Composer
On this page you can find all versions of the php package hotrush/laravel-signer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hotrush/laravel-signer
More information about hotrush/laravel-signer
Files in hotrush/laravel-signer
Download hotrush/laravel-signer
More information about hotrush/laravel-signer
Files in hotrush/laravel-signer
Vendor hotrush
Package laravel-signer
Short Description Package to create and validate signatures for laravel models.
License MIT
Homepage https://github.com/hotrush/laravel-signer
Package laravel-signer
Short Description Package to create and validate signatures for laravel models.
License MIT
Homepage https://github.com/hotrush/laravel-signer
Keywords laravellaravel-signer
Please rate this library. Is it a good library?
Informations about the package laravel-signer
Laravel Signer
Package to create and validate signatures for laravel models.
Installation
Usage
-
Add
Signable
contract to your model -
Implement contract methods. To simplify this process
CanBeSigned
trait can be used. -
Use facade to generate signature
Signature can be converted into a string and send a confirmation code for example.
- To verify code facade can be used as well. But first need to decode signature.
Testing
All versions of laravel-signer with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
spatie/laravel-package-tools Version ^1.13.0
illuminate/contracts Version ^9.0|^10.0
spatie/laravel-package-tools Version ^1.13.0
illuminate/contracts Version ^9.0|^10.0
The package hotrush/laravel-signer contains the following files
Loading the files please wait ....