Download the PHP package ldubois/php-airtable without Composer
On this page you can find all versions of the php package ldubois/php-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 php-airtable
Airtable for PHP
Basic SDK to deal with airtable records. Fork on armetiz/airtable-php
Installation
Tell composer to require this bundle by running:
Usage
Available methods
- Airtable::getBase()
- Airtable::createTableManipulator(string $table): TableManipulator
- Airtable::getRecord(string $table, string $id)
- Airtable::createRecord(string $table, array $fields)
- Airtable::setRecord(string $table, array $criteria = [], array $fields)
- Airtable::updateRecord(string $table, array $criteria = [], array $fields)
- Airtable::updateRecordById(string $table, string $id, array $fields)
- Airtable::containsRecord(string $table, array $criteria = [])
- Airtable::flushRecords(string $table)
- Airtable::deleteRecord(string $table, array $criteria = [])
- Airtable::deleteRecords(string $table, array $criteria = [])
- Airtable::findRecord(string $table, array $criteria = [])
- Airtable::findRecords(string $table, array $criteria = [])
- Airtable::containsRecord(string $table, array $criteria = [])
- Airtable::searchRecords(string $table, array $fields, string $search, string $criteria = "", string $view = "", int $maxRows = 5)
Example
Simple member indexer that encapsulate Airtable within simple API. Can be used to start a CRM on Airtable.
Note: Because Airtable doesn't allow schema manipulation using their public API, you should configure table using the WebUI with the following
- Id : text
- Firstname : text
- Lastname : text
- Email : email
- CreatedAt : Date and time
- Picture : Attachments
License
Fork : This library is under the MIT license. See the complete license.
All versions of php-airtable with dependencies
PHP Build Version
Package Version
Requires
ext-json Version
*
php Version >=7.1
kriswallsmith/buzz Version ^0.15.0
beberlei/assert Version ~2.1
php Version >=7.1
kriswallsmith/buzz Version ^0.15.0
beberlei/assert Version ~2.1
The package ldubois/php-airtable contains the following files
Loading the files please wait ....