Download the PHP package ozanhazer/safe-link without Composer
On this page you can find all versions of the php package ozanhazer/safe-link. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ozanhazer/safe-link
More information about ozanhazer/safe-link
Files in ozanhazer/safe-link
Download ozanhazer/safe-link
More information about ozanhazer/safe-link
Files in ozanhazer/safe-link
Vendor ozanhazer
Package safe-link
Short Description Sign URLs with expiration date to transfer data between projects
License MIT
Package safe-link
Short Description Sign URLs with expiration date to transfer data between projects
License MIT
Please rate this library. Is it a good library?
Informations about the package safe-link
SafeLink
Framework-agnostic, lightweight URL signer. You can use SafeLink to transfer data between projects.
Sign the url in project 1:
Retrieve it in project 2:
Features
- Uses built-in php serializer to serialize the data to be transferred.
- Can transfer any php type that can be serialized:
object
,array
,string
,integer
. - Supports php 7.0+.
- Has a default timeout of 10sec.s (customizable).
- Uses
openssl
extension to encrypt the data (AES-256 CBC
)
Installation
Run composer require ozanhazer/safe-link
and you're good to go!
Options
Timeout is 10sec.s by default to avoid replay attacks. You can change it like:
All versions of safe-link with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0|^8.0
ext-openssl Version *
ext-mbstring Version *
ext-openssl Version *
ext-mbstring Version *
The package ozanhazer/safe-link contains the following files
Loading the files please wait ....