Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Spatie
UrlSigner
MD5UrlSigner
PHP Class Spatie\UrlSigner\MD5UrlSigner
Inheritance:
extends
BaseUrlSigner
Datei anzeigen
Open project: spatie/url-signer
Class Usage Examples
Protected Methods
Method
Description
createSignature
(
League\Url\UrlImmutable |
string
$url
,
string
$expiration
) :
string
Generate a token to identify the secure action.
Method Details
createSignature()
protected
method
Generate a token to identify the secure action.
protected
createSignature
(
League\Url\UrlImmutable |
string
$url
,
string
$expiration
) :
string
$url
League\Url\UrlImmutable |
string
$expiration
string
return
string