PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP HPKP Builder   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HPKP Builder
Generate Public Key Pinning headers
Author: By
Last change:
Date: 5 years ago
Size: 842 bytes
 

Contents

Class file image Download
{ "name": "paragonie/hpkp-builder", "description": "Easily integrate HTTP Public-Key-Pinning headers into your application.", "license": [ "GPL-3.0+", "MIT", "proprietary" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "info@paragonie.com", "homepage": "https://paragonie.com", "role": "Development Team" } ], "keywords": [ "Security", "HPKP", "security headers", "headers", "Hypertext", "public key pinning", "public key" ], "homepage": "https://paragonie.com", "type": "library", "autoload": { "psr-4": { "ParagonIE\\HPKPBuilder\\": "src/" } }, "require-dev": { "phpunit/phpunit": "^6", "vimeo/psalm": "^0|^1" }, "require": { "php": "^7", "paragonie/constant_time_encoding": "^2" } }