Skip to content

A collection of PHP components to manage cryptographic keys and signatures

License

Notifications You must be signed in to change notification settings

modethirteen/miniflex

Repository files navigation

miniflex

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.

About

A collection of PHP components to manage cryptographic keys and signatures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages