modethirteen / miniflex
A collection of PHP components to manage cryptographic keys and signatures
Installs: 2 525
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: ^7.4.0
- ext-gnupg: *
- ext-openssl: *
- modethirteen/type-ex: dev-main
Requires (Dev)
- phpstan/phpstan: ~0.12.99
- phpunit/phpunit: ~9.4.4
This package is auto-updated.
Last update: 2024-11-14 06:27:19 UTC
README
Source: Crypto Museum
A collection of PHP components to manage cryptographic keys and signatures
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.