PHPackages                             rossity/php-quickbase - 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. rossity/php-quickbase

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

rossity/php-quickbase
=====================

A Quick Base RESTful API implementation of their OpenAPI spec.

v0.2.1(5y ago)04621MITPHPPHP &gt;=7.2

Since Oct 19Pushed 5y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (3)Versions (4)Used By (1)

Rossity/PhpQuickbase
====================

[](#rossityphpquickbase)

A Quick Base RESTful API implementation of their OpenAPI spec.

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.2 and later.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/rossity/php-quickbase.git"
    }
  ],
  "require": {
    "rossity/php-quickbase": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
