PHPackages                             databox/databox - 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. databox/databox

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

databox/databox
===============

Push API resources Open API documentation

2.1.3(1y ago)5189.8k↓12.1%9[3 issues](https://github.com/databox/databox-php/issues)[5 PRs](https://github.com/databox/databox-php/pulls)MITPHPPHP ^7.4 || ^8.0

Since Jul 2Pushed 1y ago9 watchersCompare

[ Source](https://github.com/databox/databox-php)[ Packagist](https://packagist.org/packages/databox/databox)[ Docs](https://github.com/databox/databox-php)[ RSS](/packages/databox-databox/feed)WikiDiscussions master Synced 1mo ago

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

Databox
=======

[](#databox)

Push API resources Open API documentation

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
