Download the PHP package muzidudu/signature without Composer
On this page you can find all versions of the php package muzidudu/signature. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package signature
laravel-signature
laravel-signature 是一个接口签名验证包, 其中包括了对token生成, token过期时间, 请求的有效期, sign生成
运行环境
- php >=7.3
- composer
- laravel >= 8.40
- .env 开启 debug 会返回正确sign, 生产环境记得关闭.
使用方法
composer require whcoding/signature
设置 auth.php
配置文件
php artisan vendor:publish --provider="Signature\SignatureProvider"
执行 migration
php artisan migrate
前端请求需要携带的参数
All versions of signature with dependencies
PHP Build Version
Package Version
The package muzidudu/signature contains the following files
Loading the files please wait ....