PHPackages                             bristol-su/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. [API Development](/categories/api)
4. /
5. bristol-su/airtable

ActiveLibrary[API Development](/categories/api)

bristol-su/airtable
===================

An integration with AirTable for the Portal

v3.1.0(4y ago)0178MITPHPPHP ^8.0CI failing

Since Jun 16Pushed 3y agoCompare

[ Source](https://github.com/bristol-su/airtable)[ Packagist](https://packagist.org/packages/bristol-su/airtable)[ RSS](/packages/bristol-su-airtable/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (8)Dependencies (10)Versions (10)Used By (0)

 [ ![Logo](https://camo.githubusercontent.com/38aecbfc8b6f0b2001dd794b8494765bbee23c4f2b298ed446ef314d65aabe2e/68747470733a2f2f73332e65752d776573742d322e616d617a6f6e6177732e636f6d2f62726973746f6c2d73752d7374617469632d6275636b65742f636f6d6d69747465652d706f7274616c2f73752d6c6f676f2e6a7067) ](https://github.com/bristol-su)

### AirTable

[](#airtable)

 AirTable integration for the Bristol SU Portal.
 [**Explore the docs »**](https://docs.bristolsustaging.co.uk)

 [View Portal](https://github.com/bristol-su/portal) · [Report Bug](https://github.com/bristol-su/airtable/issues/new?template=bug_report.md) · [Request Feature](https://github.com/bristol-su/airtable/issues/new?template=feature_request.md)

[![Build](https://camo.githubusercontent.com/dda8fdf3e1a673b5fc77f5d99dfffa7de0e4f8d410be831e1ba2179b520c027b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f62726973746f6c2d73752f6169727461626c652f6d61737465723f7374796c653d666f722d7468652d6261646765)](https://scrutinizer-ci.com/g/bristol-su/airtable/build-status/master)[![Code Quality](https://camo.githubusercontent.com/cf9bde0909971d974bba74a527d4e38fd81b5f4c3f039b63c39ef9789c514498/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f62726973746f6c2d73752f6169727461626c652f6d61737465723f7374796c653d666f722d7468652d6261646765)](https://scrutinizer-ci.com/g/bristol-su/airtable/?branch=master)[![Release](https://camo.githubusercontent.com/126bea1ec6b8ac618127b71f4dad54a9a31698fa3dac78f26b460210add480b4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62726973746f6c2d73752f6169727461626c653f696e636c7564655f70726572656c6561736573267374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/airtable)[![MIT License](https://camo.githubusercontent.com/8224c6143e77bca02494ca2e1c7d4309b0bf68f3eaea2e94426eff0c4d3175bb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f62726973746f6c2d73752f6169727461626c653f7374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/airtable/blob/master/LICENCE.md)

[![Downloads](https://camo.githubusercontent.com/65d93ef3cf94ced4eccc6fc9cbe47351acfed68d35a95b47e46c2dd2a568275a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62726973746f6c2d73752f6169727461626c653f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/bristol-su/airtable)[![Stargazers](https://camo.githubusercontent.com/839102969d268c5d95b5b672d8ac3106885427194a121cb8431746b67b80089a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f62726973746f6c2d73752f6169727461626c653f7374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/airtable/stargazers)[![Issues](https://camo.githubusercontent.com/062482bcd7ebc573473511317314eec6577ba052cbb3ee28bed05ae26a102589/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f62726973746f6c2d73752f6169727461626c653f7374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/airtable/issues)

Table of Contents
-----------------

[](#table-of-contents)

- [About the Project](#about-the-project)
- [Getting Started](#getting-started)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

About The Project
-----------------

[](#about-the-project)

This package adds functionality to use AirTable within the Portal, including exporting both control and progress information.

Getting Started
---------------

[](#getting-started)

Usually, you will want to use the portal package. This package is included with the SDK, but to pull it in alone, run

```
composer require bristol-su/airtable
```

See our [developer docs](https://docs.bristolsustaging.co.uk/books/framework-development/chapter/airtable) for more information.

Roadmap
-------

[](#roadmap)

See the [open issues](https://github.com/bristol-su/airtable/issues) for a list of proposed features (and known issues).

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

[](#contributing)

Contributions are what make the open source community such an amazing place to learn, be inspired, and create. Any contributions you make are **greatly appreciated**.

1. Create an issue to notify us of your planned changes
2. Fork the Project
3. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
4. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
5. Push to the Branch (`git push origin feature/AmazingFeature`)
6. Open a Pull Request to the Development Branch

See `CONTRIBUTING` for more information.

License
-------

[](#license)

Distributed under the GPL-3.0 License. See `LICENSE` for more information.

Contact
-------

[](#contact)

Toby Twigger -

Project Link:

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 86.5% of commits — single point of failure

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 ~76 days

Recently: every ~132 days

Total

8

Last Release

1628d ago

Major Versions

v1.0.4 → v2.0.02021-03-06

v2.0.0 → v3.0.02021-08-12

PHP version history (2 changes)v1.0PHP ^7.4

v3.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/94c469b6466204c9a4091dde7d1b4a1a37810daee22bf88d16a800dbdb23a205?d=identicon)[tt15951](/maintainers/tt15951)

---

Top Contributors

[![tobytwigger](https://avatars.githubusercontent.com/u/24829185?v=4)](https://github.com/tobytwigger "tobytwigger (45 commits)")[![AidanLaycock](https://avatars.githubusercontent.com/u/21222371?v=4)](https://github.com/AidanLaycock "AidanLaycock (7 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bristol-su-airtable/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)[d-scribe/laraquick

A collection of classes to be extended/used in laravel applications for quick development

371.8k1](/packages/d-scribe-laraquick)

PHPackages © 2026

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