PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP URL Security Manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP URL Security Manager
Build, parse, sign and encrypt URLs
Author: By
Last change:
Date: 1 year ago
Size: 805 bytes
 

Contents

Class file image Download
{ "name": "smoren/url-security-manager", "description": "Class for building, parsing, signing, signature checking, encrypting and decrypting URLs", "keywords": ["url", "signature", "parsing", "building", "encrypt", "decrypt", "security"], "license": "MIT", "authors": [ { "name": "Smoren", "email": "ofigate@gmail.com" } ], "require": { "php": ">=7.2.0", "ext-pdo": "*", "ext-openssl": "*" }, "require-dev": { "codeception/codeception": "^4.0", "codeception/module-asserts": "^1.3" }, "autoload": { "psr-4": { "Smoren\\UrlSecurityManager\\": "src" } }, "config": { "fxp-asset": { "enabled": false } }, "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ] }