{"id":15022402,"url":"https://github.com/contentful/contentful-laravel","last_synced_at":"2026-04-09T21:15:48.553Z","repository":{"id":9713496,"uuid":"63063873","full_name":"contentful/contentful-laravel","owner":"contentful","description":"Laravel integration for the Contentful SDK.","archived":false,"fork":false,"pushed_at":"2025-05-07T23:44:35.000Z","size":275,"stargazers_count":44,"open_issues_count":6,"forks_count":31,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-05-08T00:29:06.130Z","etag":null,"topics":[],"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/contentful.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-07-11T11:55:01.000Z","updated_at":"2025-05-07T23:44:38.000Z","dependencies_parsed_at":"2023-02-10T06:15:41.960Z","dependency_job_id":"2cc23d61-8711-42e2-997c-14e21c0f39a2","html_url":"https://github.com/contentful/contentful-laravel","commit_stats":{"total_commits":78,"total_committers":16,"mean_commits":4.875,"dds":0.7307692307692308,"last_synced_commit":"85f1b51e0094ec3e26d017294084f299b0fdd81d"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentful%2Fcontentful-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentful%2Fcontentful-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentful%2Fcontentful-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentful%2Fcontentful-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/contentful","download_url":"https://codeload.github.com/contentful/contentful-laravel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254553959,"owners_count":22090417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-09-24T19:57:54.318Z","updated_at":"2026-04-09T21:15:48.513Z","avatar_url":"https://github.com/contentful.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contentful Laravel Package\n\n[![Packagist](https://img.shields.io/packagist/v/contentful/laravel.svg?style=for-the-badge)](https://packagist.org/packages/contentful/laravel)\n[![PHP from Packagist](https://img.shields.io/packagist/php-v/contentful/laravel.svg?style=for-the-badge)](https://packagist.org/packages/contentful/laravel)\n[![Packagist](https://img.shields.io/github/license/contentful/contentful-laravel.svg?style=for-the-badge)](https://packagist.org/packages/contentful/laravel)\n\u003cimg height=\"28px\" src=\"https://circleci.com/gh/contentful/contentful-laravel.svg?style=shield\"/\u003e\n\n\u003e This library provides an easy-to-use integration between the Laravel framework and the Contentful Delivery SDK. It requires PHP 8.0 and up.\n\n## Setup\n\nAdd this package to your application by using [Composer](https://getcomposer.org/) and executing the following command:\n\n``` bash\ncomposer require contentful/laravel\n```\n\nAdd the service provider to the `providers` array in `config/app.php`:\n\n``` php\n'providers' =\u003e [\n    Contentful\\Laravel\\ContentfulServiceProvider::class,\n],\n```\n\n## Configuration\n\nPublish the config file:\n\n``` sh\nphp artisan vendor:publish --provider=\"Contentful\\Laravel\\ContentfulServiceProvider\"\n```\n\nThis will add `contentful.php` to your `/config` folder. Next, add your space ID and API key to your `.env` file:\n\n    CONTENTFUL_SPACE_ID=\"cfexampleapi\"\n    CONTENTFUL_DELIVERY_TOKEN=\"b4c0n73n7fu1\"\n\n## What is Contentful?\n\n[Contentful](https://www.contentful.com) provides a content infrastructure for digital teams to power content in websites, apps, and devices. Unlike a CMS, Contentful was built to integrate with the modern software stack. It offers a central hub for structured content, powerful management and delivery APIs, and a customizable web app that enable developers and content creators to ship digital products faster.\n\n## License\n\nCopyright (c) 2015-2019 Contentful GmbH. Code released under the MIT license. See [LICENSE](LICENSE) for further details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontentful%2Fcontentful-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontentful%2Fcontentful-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontentful%2Fcontentful-laravel/lists"}