{"id":19662347,"url":"https://github.com/axeldotdev/laravel-airtable","last_synced_at":"2026-04-15T11:34:49.109Z","repository":{"id":44007558,"uuid":"343740898","full_name":"axeldotdev/laravel-airtable","owner":"axeldotdev","description":"Laravel Airtable allows you to import your Airtable data into your Laravel database.","archived":false,"fork":false,"pushed_at":"2022-04-11T14:42:36.000Z","size":279,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-15T22:25:17.926Z","etag":null,"topics":["airtable","laravel","package","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axeldotdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null}},"created_at":"2021-03-02T10:51:44.000Z","updated_at":"2022-04-11T14:40:50.000Z","dependencies_parsed_at":"2022-09-22T09:35:28.245Z","dependency_job_id":null,"html_url":"https://github.com/axeldotdev/laravel-airtable","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/axeldotdev/laravel-airtable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldotdev%2Flaravel-airtable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldotdev%2Flaravel-airtable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldotdev%2Flaravel-airtable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldotdev%2Flaravel-airtable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axeldotdev","download_url":"https://codeload.github.com/axeldotdev/laravel-airtable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldotdev%2Flaravel-airtable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31839646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T11:29:19.690Z","status":"ssl_error","status_checked_at":"2026-04-15T11:29:19.171Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airtable","laravel","package","php"],"created_at":"2024-11-11T16:10:48.073Z","updated_at":"2026-04-15T11:34:49.088Z","avatar_url":"https://github.com/axeldotdev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003ccenter\u003eLaravel Airtable\u003c/center\u003e\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/axeldotdev/laravel-airtable/actions\"\u003e\u003cimg src=\"https://img.shields.io/github/workflow/status/axeldotdev/laravel-airtable/Tests.svg\" alt=\"Build Status\"\u003e\u003c/img\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/axeldotdev/laravel-airtable\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/axeldotdev/laravel-airtable.svg\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/axeldotdev/laravel-airtable\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/axeldotdev/laravel-airtable.svg?label=stable\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/axeldotdev/laravel-airtable\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/axeldotdev/laravel-airtable.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nLaravel Airtable allows you to import your Airtable data into your Laravel database.\n\n------\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require axeldotdev/laravel-airtable\n```\n\nYou can publish the config file with:\n```bash\nphp artisan vendor:publish --provider=\"AxelDotDev\\LaravelAirtable\\LaravelAirtableServiceProvider\" --tag=\"config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n    'uri' =\u003e 'https://api.airtable.com/v0/',\n\n    /*\n    |--------------------------------------------------------------------------\n    | Airtable Key\n    |--------------------------------------------------------------------------\n    |\n    | This value can be found in your Airtable account page:\n    | https://airtable.com/account\n    |\n     */\n    'key' =\u003e env('AIRTABLE_KEY'),\n];\n```\n\n## Documentation\n\nIn progress 🚧\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Axel Charpentier](https://github.com/axeldotdev)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxeldotdev%2Flaravel-airtable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxeldotdev%2Flaravel-airtable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxeldotdev%2Flaravel-airtable/lists"}