PHPackages                             demonslay335/cuckoo-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. demonslay335/cuckoo-api

ActiveLibrary

demonslay335/cuckoo-api
=======================

Cuckoo Sandbox PHP Wrapper

8122[3 issues](https://github.com/Demonslay335/cuckoo-api/issues)PHP

Since Jan 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Demonslay335/cuckoo-api)[ Packagist](https://packagist.org/packages/demonslay335/cuckoo-api)[ RSS](/packages/demonslay335-cuckoo-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

cuckoo-api
==========

[](#cuckoo-api)

PHP wrapper for Cuckoo Sandbox API.

API wrapper baseline code borrowed from [VirusTotal API](https://github.com/jayzeng/virustotal_apiwrapper).

Usage
-----

[](#usage)

- Install via composer ()

Include the following in your composer.json

```
{
  "require": {
    "demonslay335/cuckoo-api": "master"
  }
}
```

```
composer update

```

Quick Start
-----------

[](#quick-start)

```

```

Sample output:

```
array(3) {
    ["status"] =>
    string(5) "added"
    ["sha256"] =>
    string(64) "14ebd45fc9162f8afc4fd10186a46d2fb9844bf27b9d3217fd9fdb4107f17acd"
    ["uuid"] =>
    string(43) "YWFmYTEwYTIwZjkwNDdiYWJjMmU1MWQ2ZjY1MWU3OTY"
}

```

Tests
-----

[](#tests)

```
phpunit --configuration tests/conf/phpunit.xml tests
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a1bacacc1ac4b5b6c64ea9eedac8dcbd963d5bdfa5ba6f99eba33058c7cda06?d=identicon)[Demonslay335](/maintainers/Demonslay335)

### Embed Badge

![Health badge](/badges/demonslay335-cuckoo-api/health.svg)

```
[![Health](https://phpackages.com/badges/demonslay335-cuckoo-api/health.svg)](https://phpackages.com/packages/demonslay335-cuckoo-api)
```

PHPackages © 2026

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