ponci_berlin/phpbaercode
Composer 安装命令:
composer require ponci_berlin/phpbaercode
包简介
PHP BärCODE library
README 文档
README
This is a PHP library that generates a BärCODE as specified by PoNCI-Berlin.
Install
Via Composer
NOTE: This package has not been published yet, so it has to be manually installed instead.
$ composer require ponci_berlin/phpbaercode
Usage
use ponci_berlin\phpbaercode\BaerCode;
$procedure = new Procedure(
1,
DateTime::createFromFormat(DateTimeInterface::RFC3339, "2021-05-01T08:00:00Z"),
);
$procedures = array($procedure);
$fist_name = "Max";
$last_name = "Mustermann";
$date_of_birth = DateTime::createFromFormat(DateTimeInterface::RFC3339, "1990-04-01T00:00:00Z");
$operator = "PoNC GmbH";
$kid = "<id_of_key_goes_here";
// $result is false for a negative test, and true for a positive vaccination.
$result = false
// privateKey is an instance of php3seclib\Crypt\EC\PrivateKey.
$baercode = new BaerCode(
$first_name,
$last_name,
$date_of_birth,
$procedures,
$operator,
$result,
$kid,
$privateKey,
$aesKey
);
// Get the raw base64 BärCODE.
$baercode_b64 = $baercode->generate();
// Get the code encoded into a QR code. (This will return a binary string of the image)
$baercode_qr = $baercode->generate_qr();
Testing
Right now there are only integration tests that run against our Go reference implementation, so
running tests won't do much. The SCRATCH_DIR environment variable must be set:
$ SCRATCH_DIR=/tmp ./vendor/bin/phpunit
The files generated by the integration tests will be created in SCRATCH_DIR.
Requirements for integrators
There is a set of requirements for integrators that need to be in place to ensure there will be no problems for the people receiving BärCODEs:
- A new key is submitted every 24 hours
- Keys must be stored securely
- Keys submitted must be stored for seven days and then be deleted
- Errors during key rotation is logged
- Monitoring of key rotation is in place
- BärCODE presentation to the end user includes text saying "scan me here" (or similar in local language) and a link to https://scan.baercode.de
- Integrator has separated development and production environments
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email daniel@ams-sec.org instead of using the issue tracker.
ponci_berlin/phpbaercode 适用场景与选型建议
ponci_berlin/phpbaercode 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 7.37k 次下载、GitHub Stars 达 3, 最近一次更新时间为 2021 年 05 月 17 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「ponci-berlin」 「phpbaercode」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 ponci_berlin/phpbaercode 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 ponci_berlin/phpbaercode 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 7.37k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-05-17