项目作者: axeldotdev

项目描述 :
Laravel Airtable allows you to import your Airtable data into your Laravel database.
高级语言: PHP
项目地址: git://github.com/axeldotdev/laravel-airtable.git
创建时间: 2021-03-02T10:51:44Z
项目社区:https://github.com/axeldotdev/laravel-airtable

开源协议:MIT License

下载


Laravel Airtable


Build Status
Total Downloads
Latest Stable Version
License

Laravel Airtable allows you to import your Airtable data into your Laravel database.


Installation

You can install the package via composer:

  1. composer require axeldotdev/laravel-airtable

You can publish the config file with:

  1. php artisan vendor:publish --provider="AxelDotDev\LaravelAirtable\LaravelAirtableServiceProvider" --tag="config"

This is the contents of the published config file:

  1. return [
  2. 'uri' => 'https://api.airtable.com/v0/',
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Airtable Key
  6. |--------------------------------------------------------------------------
  7. |
  8. | This value can be found in your Airtable account page:
  9. | https://airtable.com/account
  10. |
  11. */
  12. 'key' => env('AIRTABLE_KEY'),
  13. ];

Documentation

In progress 🚧

Testing

  1. composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.