定制 mitmelon/pangea 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mitmelon/pangea

Composer 安装命令:

composer require mitmelon/pangea

包简介

Incorporate security into your PHP Applications using the Pangea API services.

README 文档

README

Pangea PHP Client

Join Telegram

Incorporate security into your PHP Applications using the Pangea API services

Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge Total Downloads

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 我们能提供哪些服务?
定制开发 / 二次开发

基于 mitmelon/pangea 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 5
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 22
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-02-09