patory/core
Composer 安装命令:
composer require patory/core
包简介
PHP based on Satori Protocol.
README 文档
README
Satori PHP :: Patory
Satori Protocol implementation.
Install
The running environment requires PHP 8.1 and above.
Feature
- Patory\Api: 请求 API 定义
- BasicApi
- (abstract) channel.*
- (abstract) friend.* (由于架构原因,由 User 中拆出)
- (abstract) guild.*
- (abstract) guild.member.*
- (abstract) guild.role.*
- (abstract) login.*
- (abstract) message.*
- (abstract) user.*
- Patory\Events: API 事件定义
- Patory\Universal: 通用数据定义
- Patory\Interval: 内部接口转义
- Patory\Messager: 消息编码
- Patory\Element: 消息元素工具类
- Patory\Auth: 简单鉴权工具
- Patory\Helper: 其他工具
Patory\Api
所有 API 派生基类都拥有内部魔术方法,以 Channel 基类为例:
Channel::path('create'): 生成 URL Path
Example
// 实现 Channel 基类 class Channel extends Patory\Api\Channel { function create(string $channel_id, Patory\Universal\Channel $data) : Patory\Universal\Channel{ $url = static::path(__FUNCTION__); //输出: /v1/channel.create } }
Patory\Element
元素内部以 Object 形式流转,通过 toString() 转为标准元素 <foo></foo>。
// 内部 Element = [ 'type' => 'at', 'attrs' => [ 'id' => '114514', 'name' => 'Tadokoro Koji', 'role' => null, 'type' => null ] ];
APIs
$at = new Patory\Element();
patory/core 适用场景与选型建议
patory/core 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 10 月 17 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 patory/core 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 patory/core 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 13
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0-or-later
- 更新时间: 2023-10-17