PHPackages                             fgendorf/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. fgendorf/php-gravityzone-api

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

fgendorf/php-gravityzone-api
============================

A library to interact with the BitDefender GravityZone REST API

v1.0.5(1y ago)02BSD-3-ClausePHPPHP ^8 | ^7.4

Since May 16Pushed 1y agoCompare

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

READMEChangelog (1)Dependencies (7)Versions (2)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

24

—

LowBetter than 30% of packages

Maintenance43

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 57.1% 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

Unknown

Total

1

Last Release

458d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc150fb5cfb66459aeec242ca66f74e5a13a60a7d9814ea408dffcd01efb2437?d=identicon)[fgendorf](/maintainers/fgendorf)

---

Top Contributors

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

---

Tags

apirestsecurityantivirusbitdefendergravityzone

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.4k](/packages/laravel-framework)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1074.9M20](/packages/xeroapi-xero-php-oauth2)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M672](/packages/shopware-core)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[onesignal/onesignal-php-api

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

37234.5k4](/packages/onesignal-onesignal-php-api)

PHPackages © 2026

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