airtable-php:适用于Airtable API的简单PHP客户端

时间:2024-04-23 21:14:28
【文件属性】:

文件名称:airtable-php:适用于Airtable API的简单PHP客户端

文件大小:39KB

文件格式:ZIP

更新时间:2024-04-23 21:14:28

php api-client airtable PHP

Airtable PHP客户端 安装 composer require zadorin/airtable-php 用法 基本设定 $ apiKey = 'key***********' ; $ database = 'app***********' ; $ tableName = 'my-table' ; $ client = new \ Zadorin \ Airtable \ Client ( $ apiKey , $ database ); 您可以在找到API密钥,并在找到数据库名称。 插入一些行 $ client -> table ( $ tableName ) -> insert ([ [ 'name' => 'Ivan' , 'email' => 'ivan@test.tld' ], [ 'name' => 'Peter' , 'ema


【文件预览】:
airtable-php-master
----src()
--------Airtable()
----phpunit.xml.dist(691B)
----psalm.xml(444B)
----composer.lock(151KB)
----README.md(4KB)
----tests()
--------Pest.php(149B)
--------InsertTest.php(2KB)
--------DeleteTest.php(2KB)
--------SortTest.php(886B)
--------RecordsetTest.php(1KB)
--------FetchTest.php(2KB)
--------UpdateTest.php(1KB)
--------RequestDebugTest.php(2KB)
--------FilterTest.php(754B)
--------PaginationTest.php(1KB)
--------ArgParserTest.php(2KB)
--------FindTest.php(734B)
----.gitignore(34B)
----composer.json(590B)

网友评论