PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Andrey Lebedev   PHP Secure Link   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Secure Link
Generate and validate links with signed parameters
Author: By
Last change:
Date: 6 years ago
Size: 322 bytes
 

Contents

Class file image Download
{ "name": "kommuna/securelink", "description": "Simple PHP class for create and validate \"signed\" HTTP links", "type": "library", "license": "unlicense", "authors": [ ], "minimum-stability": "stable", "require": {}, "autoload": { "psr-4": {"kommuna\\securelink\\": "."} } }