Download the PHP package zlt/airtable without Composer
On this page you can find all versions of the php package zlt/airtable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package airtable
Easy-To-Use PHP SDK for Airtable API
This package also supports easy to use Search feature which is implemented under the hood of
filterByFormula
parameter. Check here for more details.
Table Of Contents
- Installation
- Usage
- Initialize
- How To Get appId, tableId and viewId
- Setting appId/baseId
- Setting table
- Create Record
- Create Multiple Records
- Get Record
- Get Multiple Records
- Update Record
- Update Multiple Records
- Delete Record
- Delete Multiple Records
- Search
- Support Me
Installation
Usage
-
Initialize
The base api endpoint is
https://api.airtable.com/v0/
. You can change it by specifying the second parameter of the constructor. -
How to get appId, tableId and viewId
The format of the url is
https://airtable.com/{appId}/{tableId}/{viewId}
. -
Set appId
-
Set tableId
-
Create a record
-
Create multiple records
-
Get a record
-
Get multiple records
-
Get all records in table
-
Update a record
-
Update multiple records
-
Delete a record
-
Delete multiple records
-
Search
You can perform operations such as
where
,whereOr
,whereNot
, andand
.
Support me
I would be really appreciated if you buy me a coffee via Binance. 😄😄

All versions of airtable with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
ext-curl Version *
ext-curl Version *
The package zlt/airtable contains the following files
Loading the files please wait ....