PHPackages                             indiana-university/php-gravityzone-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. indiana-university/php-gravityzone-api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

indiana-university/php-gravityzone-api
======================================

A library to interact with the BitDefender GravityZone REST API

v2.1.0(3w ago)3652BSD-3-ClausePHPPHP ^8CI failing

Since Jul 15Pushed 3w ago1 watchersCompare

[ Source](https://github.com/avitacco/php-gravityzone-api)[ Packagist](https://packagist.org/packages/indiana-university/php-gravityzone-api)[ RSS](/packages/indiana-university-php-gravityzone-api/feed)WikiDiscussions trunk Synced 1w ago

READMEChangelog (4)Dependencies (14)Versions (8)Used By (0)

php-gravityzone-api
===================

[](#php-gravityzone-api)

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

Structure
---------

[](#structure)

```
src/
tests/
vendor/

```

Install
-------

[](#install)

Via Composer

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

Usage
-----

[](#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
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information about what has changed recently

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

License
-------

[](#license)

The BSD 3 Clause (BSD-3-Clause). Please see [License File](LICENSE.md) for more information

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance94

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~290 days

Recently: every ~371 days

Total

7

Last Release

25d ago

Major Versions

1.0.4 → v2.0.02026-02-15

PHP version history (2 changes)1.0.0PHP ^8 | ^7.4

v2.0.0PHP ^8

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cd3e0962f4c279ae14bab14c1a450e17f8dec2bfe0a7751f1362894eb48dd7f?d=identicon)[indiana-university](/maintainers/indiana-university)

---

Top Contributors

[![avitacco](https://avatars.githubusercontent.com/u/48032399?v=4)](https://github.com/avitacco "avitacco (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

apirestsecurityantivirusbitdefendergravityzone

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/indiana-university-php-gravityzone-api/health.svg)

```
[![Health](https://phpackages.com/badges/indiana-university-php-gravityzone-api/health.svg)](https://phpackages.com/packages/indiana-university-php-gravityzone-api)
```

###  Alternatives

[shopify/shopify-api

Shopify API Library for PHP

4634.8M16](/packages/shopify-shopify-api)[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.3M14](/packages/xeroapi-xero-php-oauth2)[zenditplatform/zendit-php-sdk

PHP client for Zendit API

1204.3k](/packages/zenditplatform-zendit-php-sdk)[whatarmy/fedex-rest

New FedEx Rest API wrapper

2440.5k1](/packages/whatarmy-fedex-rest)[highsidelabs/walmart-api

A PHP client for Walmart's Marketplace, 1P Supplier, and Content Provider APIs.

308.0k](/packages/highsidelabs-walmart-api)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
