Download the PHP package yoanbernabeu/airtable-client-bundle without Composer
On this page you can find all versions of the php package yoanbernabeu/airtable-client-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yoanbernabeu/airtable-client-bundle
More information about yoanbernabeu/airtable-client-bundle
Files in yoanbernabeu/airtable-client-bundle
Package airtable-client-bundle
Short Description Simple Client for Airtable API
License MIT
Rated 5.00 based on 1 reviews
Informations about the package airtable-client-bundle
Airtable Client Bundle
The Airtable Client bundle is a Symfony bundle that attempts to make the Airtable API easier to use.
- Retrieve data from a table, optionally choosing a view
- Retrieve a recording by ID
Installation
Airtable Client Bundle requires PHP 7.4+ and Symfony 5.2+.
Install this bundle using Composer and Symfony Flex:
To configure Airtable Client Bundle, please create an airtable_client.yaml file in config/packages/ with the following information:
To find your Airtable base ID, go to your API documentation and look in the Introduction section.
To find your Airtable API key, go to your Account options and search in the API section.
Usage
Find
Add
Edit
Create Form
Metadata
Easy access to Airtable's Metadata via its Metadata API
License
See the bundled LICENSE file.
All versions of airtable-client-bundle with dependencies
symfony/http-client Version ^5.0|^6.0
symfony/config Version ^5.0|^6.0
symfony/dependency-injection Version ^5.0|^6.0
symfony/http-kernel Version ^5.0|^6.0
symfony/serializer Version ^5.0|^6.0
symfony/property-access Version ^5.0|^6.0
symfony/form Version ^5.0|^6.0