mitmelon/pangea
Composer 安装命令:
composer require mitmelon/pangea
包简介
Incorporate security into your PHP Applications using the Pangea API services.
关键字:
README 文档
README
Pangea PHP Client
Join TelegramIncorporate security into your PHP Applications using the Pangea API services
If you love this project and wish to assist me to keep working on it. Please follow this link https://flutterwave.com/donate/ajcv56i67fan to donate. If you find it hard donating please contact me at manomitehq@gmail.com for more payment methods. Please no amount is too small.
Todo Features:
- Add vault [Provides secure storage of secrets, cryptographic keys, and Pangea API Tokens tokens as Vault items]
- Add IP Intel [Malicious behavior check on IP]
- Add Domain Intel [Allows you to retrieve intelligence about domain names]
- Add URL Intel [Malicious behavior check on URL]
- Add User Intel [Discover if information was disclosed in a breach]
- Add File Intel [Enables you to submit a file's hash to retrieve its reputation]
- Add File Scan [Enables you to upload files to be scanned for malicious content]
- Add audit log [A managed audit log store that offers transparent, unalterable, and cryptographically]
- Add redact [Remove sensitive information from free-from text and structured data]
- Add Embargo [Determine if there is a trade embargo against the country of origin for an IP address]
- Add AuthN [A fully managed service to deliver secure user registration and authentication flows, integrated into your application]
Install:
Use composer to install
composer require mitmelon/pangea
Usage :
To use this project, create an account and plug your credentials into the options below. Account creation is free.
require_once __DIR__."/vendor/autoload.php"; // Initialize library class $pangea = new Pangea($token, $service, $csp, $region); //Registers all services or select the one you need $pangea->registerService( $pangea->available_service() // this registers all services //or register like this 'vault', 'ip-intel' for single or more services //You can printout $pangea->available_service() on a separate line to see all the supported services ); print_r($pangea->generateKey('symmetric_key', 'AES-GCM-256'));
Documentation
Please see Pangea Docs for more informations.
You can also check the Service Docs to see the services and methods implemented.
Changelog
All notable changes to this project will be documented here.
License
Released under the MIT license.
@Pangea
mitmelon/pangea 适用场景与选型建议
mitmelon/pangea 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 02 月 09 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「security」 「Audit Log」 「embargo」 「vault」 「redact」 「file intel」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 mitmelon/pangea 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 mitmelon/pangea 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 mitmelon/pangea 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Log adding/updating/deleting of elements
Doctrine ORM provider for the auditor audit-log library.
Provide a way to secure accesses to all routes of an symfony application.
PB Web Media Audit Bundle for Symfony
It's a barebone security class written on PHP
Stackdriver handler for Monolog (codeinternetapplications/monolog-stackdriver Fork).
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 22
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-02-09