PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   Chronicle   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Chronicle
Append arbitrary data to a storage container
Author: By
Last change: Use https in homepage
Build on PHP 8
Optional feature: Cache responses for a very short period of time.

This will allow us to serve a lot more requests per second.
Update sodium_compat to v1.11+
Boyscouting. The next release will be v1.1.0
Future Genesis blocks will have a NULL prevhash, thereby allowing UNIQUE
FOREIGN KEY constraints to be created on prevhash pointing to a previous
row's currahsh.
Boyscouting. Update easydb to 2.7 to eliminate boolean workaround.
Docblock consistency, fix composer internal server
Upgrade composer dependencies
Minor bugfixes.
Date: 1 year ago
Size: 1,559 bytes
 

Contents

Class file image Download
{ "name": "paragonie/chronicle", "description": "Public hash chain powered by Slim Framework, Sapient, and Blakechain", "keywords": ["sapient", "blakechain", "hash-chain", "security", "hash", "BLAKE2", "BLAKE2b", "append-only", "cryptography"], "homepage": "https://github.com/paragonie/chronicle", "license": "MIT", "type": "project", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "require": { "php": "^7.1|^8", "ext-json": "*", "ext-pdo": "*", "cache/memcached-adapter": "^1", "guzzlehttp/guzzle": "^6", "paragonie/blakechain": ">= 1.0.2", "paragonie/easydb": "^2.7", "paragonie/sapient": "^1", "paragonie/slim-sapient": "^1", "paragonie/sodium_compat": "^1.11", "slim/slim": "^3.8", "slim/php-view": "^2.0", "ulrichsg/getopt-php": "^3", "monolog/monolog": "^1.17", "roave/security-advisories": "dev-master" }, "require-dev": { "phpunit/phpunit": "^7|^8|^9", "vimeo/psalm": "^2|^3|^4" }, "autoload-dev": { "psr-4": { "ParagonIE\\Chronicle\\": "src/Chronicle/", "Tests\\": "tests/" } }, "config": { "process-timeout": 0 }, "scripts": { "start": "php -S 0.0.0.0:8080 -t public public/index.php", "static-analysis": "psalm", "test": "phpunit" } }