PHPackages                             axeldotdev/laravel-airtable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. axeldotdev/laravel-airtable

ActiveLibrary[Database &amp; ORM](/categories/database)

axeldotdev/laravel-airtable
===========================

laravel-airtable allows you to import your Airtable data into your Laravel database.

v1.1.0(4y ago)03.6k1MITPHPPHP &gt;=7.4

Since Mar 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/axeldotdev/laravel-airtable)[ Packagist](https://packagist.org/packages/axeldotdev/laravel-airtable)[ Docs](https://github.com/axeldotdev/laravel-airtable)[ RSS](/packages/axeldotdev-laravel-airtable/feed)WikiDiscussions main Synced 5d ago

READMEChangelogDependencies (5)Versions (17)Used By (0)

Laravel Airtable
================

[](#laravel-airtable)

 [![Build Status](https://camo.githubusercontent.com/fda3839375cde869e710d9a465f0d26a57c29ce9d43edd4cf9ad5452905a1d91/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6178656c646f746465762f6c61726176656c2d6169727461626c652f54657374732e737667)](https://github.com/axeldotdev/laravel-airtable/actions) [![Total Downloads](https://camo.githubusercontent.com/419857f554a779ca735dd42f51f0d8e504dc695d74de8ca24278f81c6c383eda/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6178656c646f746465762f6c61726176656c2d6169727461626c652e737667)](https://packagist.org/packages/axeldotdev/laravel-airtable) [![Latest Stable Version](https://camo.githubusercontent.com/c65c1f25b93655002e41e7a671dc77db656245cab54e4d146b87df7b7607de38/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6178656c646f746465762f6c61726176656c2d6169727461626c652e7376673f6c6162656c3d737461626c65)](https://packagist.org/packages/axeldotdev/laravel-airtable) [![License](https://camo.githubusercontent.com/c5b7fffe8925cbcb8e98b0695972389b3d2db943685bb61e996e8408527be8eb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6178656c646f746465762f6c61726176656c2d6169727461626c652e737667)](https://packagist.org/packages/axeldotdev/laravel-airtable)

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

---

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require axeldotdev/laravel-airtable
```

You can publish the config file with:

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

This is the contents of the published config file:

```
return [
    'uri' => 'https://api.airtable.com/v0/',

    /*
    |--------------------------------------------------------------------------
    | Airtable Key
    |--------------------------------------------------------------------------
    |
    | This value can be found in your Airtable account page:
    | https://airtable.com/account
    |
     */
    'key' => env('AIRTABLE_KEY'),
];
```

Documentation
-------------

[](#documentation)

In progress 🚧

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Axel Charpentier](https://github.com/axeldotdev)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity61

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~31 days

Recently: every ~84 days

Total

14

Last Release

1496d ago

Major Versions

0.3.6 → 1.0.02021-05-10

PHP version history (2 changes)0.1.0PHP ^7.4|^8.0

v1.1.0PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/26ac06d64cd8e1e4c188e21478665f2a5f4c28a42c750104d03097af14c6fd39?d=identicon)[axeldotdev](/maintainers/axeldotdev)

---

Tags

airtablelaravelpackagephpaxeldotdevlaravel-airtable

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/axeldotdev-laravel-airtable/health.svg)

```
[![Health](https://phpackages.com/badges/axeldotdev-laravel-airtable/health.svg)](https://phpackages.com/packages/axeldotdev-laravel-airtable)
```

###  Alternatives

[spatie/laravel-backup

A Laravel package to backup your application

6.0k21.8M191](/packages/spatie-laravel-backup)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[kreait/laravel-firebase

A Laravel package for the Firebase PHP Admin SDK

1.3k16.5M42](/packages/kreait-laravel-firebase)[bavix/laravel-wallet

It's easy to work with a virtual wallet.

1.3k1.1M11](/packages/bavix-laravel-wallet)[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
