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(2mo ago)3652BSD-3-ClausePHPPHP ^8CI failing

Since Jul 15Pushed 2mo 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 3w 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

44

—

FairBetter than 90% of packages

Maintenance86

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

70d 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

[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.7M18](/packages/xeroapi-xero-php-oauth2)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34216.9k2](/packages/onesignal-onesignal-php-api)[dreamfactory/df-core

DreamFactory(tm) Core Components

1652.1k38](/packages/dreamfactory-df-core)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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