dakwahkodingdigital / yii2-phpseclib
Generator Public and Private Key on Yii2 Framework
Installs: 80
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:yii2-extension
Requires
- php: >=5.3.0
- yiisoft/yii2: ~2.0.0
Requires (Dev)
- php: >=5.3.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-02-25 15:04:32 UTC
README
Generator Public and Private Key on Yii2 Framework
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist dakwahkodingdigital/yii2-phpseclib "dev-main"
or add
"dakwahkodingdigital/yii2-phpseclib": "dev-main"
to the require section of your composer.json
file.