apex/armor-apikeys
Composer 安装命令:
composer require apex/armor-apikeys
包简介
API keys extension for Armor
README 文档
README
An extension for the Armor package that provides functionality for API keys including refresh tokens. Useful for REST APIs.
Installation
Install via Composer with:
composer require apex/armor-apikeys
Table of Contents
Basic Usage
use Apex\Armor\Armor; use Apex\Armor\PGP\{KeyManager, EncryptPGP}; // Init Armor $armor = new Armor(); // Import PGP key $pgpkey = file_get_contents('mykey.asc'); $manager = new KeyManager($armor); $manager->import('u:321', $pgpkey); // Encrypt PGP message $enc = new EncryptPGP($armor); $pgp_message = $enc->toUuids('some secret message', ['u:321']); echo "Encrypted Message:\n\n$pgp_message\n";
Support
If you have any questions, issues or feedback, please feel free to drop a note on the ApexPl Reddit sub for a prompt and helpful response.
Follow Apex
Loads of good things coming in the near future including new quality open source packages, more advanced articles / tutorials that go over down to earth useful topics, et al. Stay informed by joining the mailing list on our web site, or follow along on Twitter at @mdizak1.
统计信息
- 总下载量: 838
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-05-07