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

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

rossity/laravel-quickbase
=========================

A wrapper around rossity/php-quickbase for Laravel.

v0.2(5y ago)4323[1 issues](https://github.com/rossity/laravel-quickbase/issues)MITPHP

Since Oct 19Pushed 5y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Laravel Quickbase
=================

[](#laravel-quickbase)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4ce15960026d06a6f031f1a031bc7197a37e230a43c1983a78412980c60a26a9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f73736974792f6c61726176656c2d717569636b626173652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rossity/laravel-quickbase)[![Total Downloads](https://camo.githubusercontent.com/1588594e1f1db8239f75ed8a36be982096825b1a5ea346c98553ff625fb9577d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f73736974792f6c61726176656c2d717569636b626173652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rossity/laravel-quickbase)

A wrapper around [rossity/php-quickbase](https://github.com/rossity/php-quickbase) that makes it easy to consume the Quick Base REST API in your Laravel application.

Intended for use with Laravel 8+

Installation
------------

[](#installation)

Via Composer

```
$ composer require rossity/laravel-quickbase
```

The Service Provider and Facade will automatically be registered.

Usage
-----

[](#usage)

In your `.env` file, define the following:

```
QUICKBASE_DEFAULT_REALM={your quickbase realm i.e. 'demo' in 'demo.quickbase.com'}
QUICKBASE_DEFAULT_USER_TOKEN={your user token that you assign inside QuickBase}

```

You are now able to do things such as:

```
// Get QuickBase table info
Quickbase::tables()->getTable('q1w2e3r4', 'w2e3r4t5');

// Insert or update a QuickBase record
Quickbase::records()->upsert([
    'to' => 'q1w2e3r4',
    'data' => [
        [
            '10' => [
                'value' => 'A string',
            ],
        ],
    ],
]);
```

You have access to the following:

```
Quickbase::apps();
Quickbase::fields();
Quickbase::files();
Quickbase::records();
Quickbase::reports();
Quickbase::tables();
```

For more information on the API and methods available, see the documentation for [rossity/php-quickbase](https://github.com/rossity/php-quickbase) and the [Quick Base REST API](https://developer.quickbase.com/) developer docs.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Ross Ball](https://github.com/rossity)
- [All Contributors](../../contributors)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~80 days

Total

2

Last Release

1953d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58a63e488b8ee623aac3ba193a1349d8d4ebdb1bf926c27e97e76667318f52e7?d=identicon)[rossity](/maintainers/rossity)

---

Top Contributors

[![rossity](https://avatars.githubusercontent.com/u/21282907?v=4)](https://github.com/rossity "rossity (4 commits)")

---

Tags

phpapilaravelsdkrestopenapiopenapitoolsopenapi-generatorrossityphp-quickbase

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rossity-laravel-quickbase/health.svg)

```
[![Health](https://phpackages.com/badges/rossity-laravel-quickbase/health.svg)](https://phpackages.com/packages/rossity-laravel-quickbase)
```

###  Alternatives

[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

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