airtable-php icon indicating copy to clipboard operation
airtable-php copied to clipboard

A PHP client for the Airtable API

Results 22 airtable-php issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/56279011/182386456-a2f8ff2c-dd99-4d76-9282-254ec31fb87f.png) I'm getting this error when trying to get the data from my table, here is the code that im using. ![image](https://user-images.githubusercontent.com/56279011/182386807-28a12356-fc88-401c-90ce-0f621de09f7c.png) Am I doing something wrong ?

How to append a new record id to an existing field using airtable api in PHP. I have A and B table, so A table has F field that contain...

I have date field on airtable. But when I try to add date to this field using your library, it does not work. Not inserted. Can you let me know...

I tried to use this function because I have 2 tables and they're linked each other with columns. But this functions are not working. Could you please guide me or...

Getting this error when using PHP 8.1: ``` Return type of TANIOS\Airtable\Request::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress...

any idea how to search with multiple columns? unlike just single column lookup in QuickCheck()

Hi! Is there a way to create a column if its not available on the table?

Hi, I love the wrapper, good job! Twice this week Airtable was down and both times it wrecked my system sitting on top of it. Is there a way to...

Would be good to be able to enable type casting when creating entries ``` function saveContent($content_type,$fields,$typecast = false) { if( ! $this->_detectBatch( $fields ) ) { $fields = array('fields' =>...

Hello, it's me (again :) ). I have a new problem: My records have several fields with type "Link to another record", and I would like keep the manual reorder...