Download the PHP package rossity/php-quickbase without Composer

On this page you can find all versions of the php package rossity/php-quickbase. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-quickbase

Rossity/PhpQuickbase

A Quick Base RESTful API implementation of their OpenAPI spec.

Installation & Usage

Requirements

PHP 7.2 and later.

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Getting Started

Please follow the installation procedure and then run the following:

API Endpoints

All URIs are relative to https://api.quickbase.com/v1

Class Method HTTP request Description
AppsApi copyApp POST /apps/{appId}/copy Copy an app
AppsApi createApp POST /apps Create an app
AppsApi deleteApp DELETE /apps/{appId} Delete an app
AppsApi getApp GET /apps/{appId} Get an app
AppsApi getAppEvents GET /apps/{appId}/events Get app events
AppsApi updateApp POST /apps/{appId} Update an app
AuthApi getTempTokenDBID GET /auth/temporary/{dbid} Get a temporary token for a dbid
FieldsApi createField POST /fields Create a field
FieldsApi deleteFields DELETE /fields Delete field(s)
FieldsApi getField GET /fields/{fieldId} Get field
FieldsApi getFieldUsage GET /fields/usage/{fieldId} Get usage for a field
FieldsApi getFields GET /fields Get fields for a table
FieldsApi getFieldsUsage GET /fields/usage Get usage for all fields
FieldsApi updateField POST /fields/{fieldId} Update a field
FilesApi deleteFile DELETE /files/{tableId}/{recordId}/{fieldId}/{versionNumber} Delete file
FilesApi downloadFile GET /files/{tableId}/{recordId}/{fieldId}/{versionNumber} Download file
RecordsApi deleteRecords DELETE /records Delete record(s)
RecordsApi runQuery POST /records/query Query for data
RecordsApi upsert POST /records Insert/Update record(s)
ReportsApi getReport GET /reports/{reportId} Get a report
ReportsApi getTableReports GET /reports Get reports for a table
ReportsApi runReport POST /reports/{reportId}/run Run a report
TablesApi createRelationship POST /tables/{tableId}/relationship Create a relationship
TablesApi createTable POST /tables Create a table
TablesApi deleteRelationship DELETE /tables/{tableId}/relationship/{relationshipId} Delete a relationship
TablesApi deleteTable DELETE /tables/{tableId} Delete a table
TablesApi getAppTables GET /tables Get tables for an app
TablesApi getRelationships GET /tables/{tableId}/relationships Get all relationships
TablesApi getTable GET /tables/{tableId} Get a table
TablesApi updateRelationship POST /tables/{tableId}/relationship/{relationshipId} Update a relationship
TablesApi updateTable POST /tables/{tableId} Update a table
UserTokenApi cloneUserToken POST /usertoken/clone Clone a user token
UserTokenApi deactivateUserToken POST /usertoken/deactivate Deactivate a user token
UserTokenApi deleteUserToken DELETE /usertoken Delete a user token

Models

Authorization

All endpoints do not require authorization.

Tests

To run the tests, use:

About this package


All versions of php-quickbase with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2 || ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package rossity/php-quickbase contains the following files

Loading the files please wait ....