Download the PHP package armetiz/airtable-php without Composer
On this page you can find all versions of the php package armetiz/airtable-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download armetiz/airtable-php
More information about armetiz/airtable-php
Files in armetiz/airtable-php
Download armetiz/airtable-php
More information about armetiz/airtable-php
Files in armetiz/airtable-php
Vendor armetiz
Package airtable-php
Short Description Manipulate Airtable API using PHP
License MIT
Homepage https://github.com/armetiz/airtable-php
Package airtable-php
Short Description Manipulate Airtable API using PHP
License MIT
Homepage https://github.com/armetiz/airtable-php
Please rate this library. Is it a good library?
Informations about the package airtable-php
Airtable for PHP
Basic SDK to deal with airtable records.
Installation
Tell composer to require this bundle by running:
Usage
Available methods
- 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::containsRecord(string $table, array $criteria = [])
- Airtable::flushRecords(string $table)
- Airtable::deleteRecord(string $table, array $criteria = [])
- Airtable::findRecord(string $table, array $criteria = [])
- Airtable::findRecords(string $table, array $criteria = [])
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
Testing
Not implemented yet.
License
This library is under the MIT license. See the complete license.
Credits
Author - Thomas Tourlourat
All versions of airtable-php 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 armetiz/airtable-php contains the following files
Loading the files please wait ....