{"id":20208483,"url":"https://github.com/ivan770/laravel-firestore-cache","last_synced_at":"2026-05-10T18:47:26.284Z","repository":{"id":56994741,"uuid":"189543570","full_name":"ivan770/laravel-firestore-cache","owner":"ivan770","description":"Cloud Firestore driver for Laravel cache","archived":false,"fork":false,"pushed_at":"2019-05-31T07:20:25.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T05:02:48.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ivan770.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-31T06:53:54.000Z","updated_at":"2021-10-11T02:55:07.000Z","dependencies_parsed_at":"2022-08-21T12:20:42.187Z","dependency_job_id":null,"html_url":"https://github.com/ivan770/laravel-firestore-cache","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan770%2Flaravel-firestore-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan770%2Flaravel-firestore-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan770%2Flaravel-firestore-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan770%2Flaravel-firestore-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivan770","download_url":"https://codeload.github.com/ivan770/laravel-firestore-cache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241644554,"owners_count":19996179,"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-11-14T05:35:51.538Z","updated_at":"2026-05-10T18:47:26.248Z","avatar_url":"https://github.com/ivan770.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloud Firestore cache for Laravel\n## Installation\n`composer require ivan770/laravel-firestore-cache`\n## Configuration\n1. Register service provider in `config/app.php`\n```php\nIvan770\\Firestore\\FirestoreServiceProvider::class,\n```\n2. Add `firestore` config to `config/cache.php`\n```php\n'firestore' =\u003e [\n    'driver' =\u003e 'firestore',\n    'id' =\u003e env('FIRESTORE_ID'),\n    'key' =\u003e env('GOOGLE_APPLICATION_CREDENTIALS'),\n    'collection' =\u003e env(\"FIRESTORE_COLLECTION\", 'cache'),\n]\n```\n3. Configure your .env\n```dotenv\nCACHE_DRIVER=firestore\nFIRESTORE_ID=project_id\nGOOGLE_APPLICATION_CREDENTIALS=path_to_key_file\n```\n## Usage\n[Laravel documentation](https://laravel.com/docs/5.8/cache)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan770%2Flaravel-firestore-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivan770%2Flaravel-firestore-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan770%2Flaravel-firestore-cache/lists"}