https://github.com/tencentblueking/iam-php-sdk
php sdk for bk-iam
https://github.com/tencentblueking/iam-php-sdk
bk-iam iam sdk-php
Last synced: 6 months ago
JSON representation
php sdk for bk-iam
- Host: GitHub
- URL: https://github.com/tencentblueking/iam-php-sdk
- Owner: TencentBlueKing
- License: other
- Created: 2021-11-04T11:36:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T02:45:23.000Z (over 2 years ago)
- Last Synced: 2025-03-25T20:07:05.290Z (7 months ago)
- Topics: bk-iam, iam, sdk-php
- Language: PHP
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: License.txt
Awesome Lists containing this project
README

---[](https://github.com/TencentBlueKing/iam-php-sdk/blob/master/LICENSE.txt) [](https://github.com/TencentBlueKing/iam-php-sdk/releases) [](https://github.com/TencentBlueKing/iam-php-sdk/pulls)
[(English Documents Available)](readme_en.md)
## Overview
iam-php-sdk 是蓝鲸权限中心(BK-IAM)提供的用于快速接入权限体系的php SDK
## Features
- 鉴权支持: isAllowed / isAllowedWithCache
- 单个操作批量资源鉴权: batchIsAllowed
- 单个资源批量操作鉴权: resourceMultiActionsAllowed
- 批量资源批量操作鉴权: batchResourceMultiActionsAllowed
- 生成无权限申请URL: getApplyURL
- 资源反向拉取接口basic auth鉴权: isBasicAuthAllowed
- 获取系统Token: getToken## Getting started
### Installation
支持: `php >= 7.2`
```
$ composer require tencentblueking/iam-php-sdk
```### Usage
- [使用文档](docs/usage.md)
- [examples](examples/)## Roadmap
- [版本日志](release.md)
## IAM Repos
- [TencentBlueKing/bk-iam](https://github.com/TencentBlueKing/bk-iam)
- [TencentBlueKing/bk-iam-saas](https://github.com/TencentBlueKing/bk-iam-saas)
- [TencentBlueKing/bk-iam-search-engine](https://github.com/TencentBlueKing/bk-iam-search-engine)
- [TencentBlueKing/bk-iam-cli](https://github.com/TencentBlueKing/bk-iam-cli)
- [TencentBlueKing/iam-python-sdk](https://github.com/TencentBlueKing/iam-python-sdk)
- [TencentBlueKing/iam-go-sdk](https://github.com/TencentBlueKing/iam-go-sdk)
- [TencentBlueKing/iam-php-sdk](https://github.com/TencentBlueKing/iam-php-sdk)## Support
- [蓝鲸论坛](https://bk.tencent.com/s-mart/community)
- [蓝鲸 DevOps 在线视频教程](https://bk.tencent.com/s-mart/video/)
- 联系我们,技术交流QQ群:
## BlueKing Community
- [BK-CI](https://github.com/Tencent/bk-ci):蓝鲸持续集成平台是一个开源的持续集成和持续交付系统,可以轻松将你的研发流程呈现到你面前。
- [BK-BCS](https://github.com/Tencent/bk-bcs):蓝鲸容器管理平台是以容器技术为基础,为微服务业务提供编排管理的基础服务平台。
- [BK-PaaS](https://github.com/Tencent/bk-PaaS):蓝鲸PaaS平台是一个开放式的开发平台,让开发者可以方便快捷地创建、开发、部署和管理SaaS应用。
- [BK-SOPS](https://github.com/Tencent/bk-sops):标准运维(SOPS)是通过可视化的图形界面进行任务流程编排和执行的系统,是蓝鲸体系中一款轻量级的调度编排类SaaS产品。
- [BK-CMDB](https://github.com/Tencent/bk-cmdb):蓝鲸配置平台是一个面向资产及应用的企业级配置管理平台。## Contributing
如果你有好的意见或建议,欢迎给我们提 Issues 或 Pull Requests,为蓝鲸开源社区贡献力量。
## License
基于 MIT 协议, 详细请参考[LICENSE](LICENSE.txt)