Source: Crypto Museum
A collection of PHP components to manage cryptographic keys and signatures
- PHP 7.4 (main, 1.x)
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.