people_sdk/app_profile
Composer 安装命令:
composer require people_sdk/app_profile
包简介
Library People SDK: application profile components
README 文档
README
Description
Library contains application profile components, to implements application profile tools, using API application profile features.
Requirement
- Script language: PHP: version 7 || 8
Framework library implementation requirement
Library repository: liberty_code/parser: version 1.0
String table parser factory implementation:
Persistor HTTP request, and persistor HTTP response instances, used via default persistor, provided on repository, must be able to use string table parser factory features (or equivalent), allowing to provide JSON string table parser instances.
Library repository: liberty_code/validation: version 1.0
Standard rules implementation (or equivalent):
Validator provided on entities, must contain all standard rules, added on its rule collection.
Validator rules implementation (or equivalent):
Validator provided on entities, must contain all validator rules, added on its rule collection. Each validator rule must use validator, with same implementation as validator provided on entities.
Library repository: liberty_code/model: version 1.0
Validation entity rules implementation (or equivalent):
Validator provided on entities, must contain all entity rules, added on its rule collection.
Library repository: liberty_code/http: version 1.0
HTTP string table parser factory implementation:
Persistor HTTP request instances, used via default persistor, provided on repository, must be able to use HTTP string table parser factory features (or equivalent), allowing to provide multipart data string table parser instances.
HTTP request factory implementation:
Default persistor provided on repository, must be able to use HTTP request factory features (or equivalent), allowing to provide persistor HTTP request instances.
HTTP response factory implementation:
Client used on default persistor, provided on repository, must be able to use HTTP response factory features (or equivalent), allowing to provide persistor HTTP response instances.
HTTP client implementation:
Default persistor provided on repository, must be able to use HTTP client features (or equivalent), to execute HTTP request sending.
Installation
Several ways are possible:
Composer
Requirement
It requires composer installation. For more information: https://getcomposer.org
Command: Move in project root directory
cd "<project_root_dir_path>"Command: Installation
php composer.phar require people_sdk/app_profile ["<version>"]Note
Include vendor
If project uses composer, vendor must be included:
require_once('<project_root_dir_path>/vendor/autoload.php');Configuration
Installation command allows to add, on composer file "/composer.json", following configuration:
{ "require": { "people_sdk/app_profile": "<version>" } }
Include
Download
- Download following repository.
- Put it on repository root directory.
Include source
require_once('<repository_root_path>/include/Include.php');
Usage
TODO
people_sdk/app_profile 适用场景与选型建议
people_sdk/app_profile 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 205 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 03 月 11 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 people_sdk/app_profile 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 people_sdk/app_profile 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 205
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 7
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2022-03-11