indiana-university/php-gravityzone-api 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

indiana-university/php-gravityzone-api

Composer 安装命令:

composer require indiana-university/php-gravityzone-api

包简介

A library to interact with the BitDefender GravityZone REST API

README 文档

README

This package aims to provide a PHP API for the BitDefender Gravityzone REST API. It supports all documented functions and is fully tested.

Structure

src/
tests/
vendor/

Install

Via Composer

$ composer require indiana-university/php-gravityzone-api

Usage

use IndianaUniversity\GravityZone\GravityZone;

$gz = new GravityZone(
    'gravityzone.example.net',
    'your api key goes here'
);

$quarantinedItems = json_decode($gz->getQuarantineItemsList('computers'));
foreach ($quarantinedItems->result->items as $item) {
    print_r($item);
}

Change log

Please see CHANGELOG for more information about what has changed recently

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

License

The BSD 3 Clause (BSD-3-Clause). Please see License File for more information

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2021-07-15

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固