modethirteen/miniflex

A collection of PHP components to manage cryptographic keys and signatures

dev-main 2021-09-13 23:30 UTC

This package is auto-updated.

Last update: 2024-04-14 05:22:16 UTC


README

miniflexSource: Crypto Museum

A collection of PHP components to manage cryptographic keys and signatures

github.com codecov.io Latest Stable Version Latest Unstable Version

Requirements

  • PHP 7.4 (main, 1.x)

Installation

Use Composer. There are two ways to add miniflex to your project.

From the composer CLI:

./composer.phar require modethirteen/miniflex

Or add modethirteen/miniflex to your project's composer.json:

{
    "require": {
        "modethirteen/miniflex": "dev-main"
    }
}

dev-main is the main development branch. If you are using miniflex in a production environment, it is advised that you use a stable release.

Assuming you have setup Composer's autoloader, miniflex can be found in the modethirteen\Crypto\ namespace.