bernier154/php-cyberimpact
最新稳定版本:1.0.13
Composer 安装命令:
composer require bernier154/php-cyberimpact
包简介
PHP Wrapper for the cyberimpact v4 api
README 文档
README
A php library to the Cyberimpact api. This library cover the whole v4 api.
Getting started ✨
Require it with composer:
composer require bernier154/php-cyberimpact
Simple usage looks like:
include('./vendor/autoload.php'); use bernier154\PhpCyberimpact\CyberimpactClient; $client = new CyberimpactClient("YOUR_CYBERIMPACT_TOKEN"); // You will need to generate an api token in your Cyberimpact account. $groups = $client->retrieveGroups();
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-27