PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   sapient   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: sapient
Add a security layer to server to server requests
Author: By
Last change: Suggest Guzzle.
Proposal: Inject adapters, punt to adapter where appropriate.
Date: 6 years ago
Size: 696 bytes
 

Contents

Class file image Download
{ "name": "paragonie/sapient", "description": "Secure API Toolkit", "type": "library", "require": { "php": "^7", "guzzlehttp/psr7": "^1", "paragonie/constant_time_encoding": "^2", "paragonie/sodium_compat": "^1", "psr/http-message": "^1" }, "require-dev": { "guzzlehttp/guzzle": "^6", "phpunit/phpunit": "^6", "vimeo/psalm": "dev-master" }, "suggest": { "guzzlehttp/guzzle": ">= 6.0 -- Sapient can be used a Guzzle adapter" }, "autoload": { "psr-4": { "ParagonIE\\Sapient\\": "src" } }, "license": "MIT", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "info@paragonie.com" } ] }