{"id":14956960,"url":"https://github.com/vansteen/laravel-mongodb-cache","last_synced_at":"2025-10-24T10:31:13.304Z","repository":{"id":19842941,"uuid":"23104657","full_name":"vansteen/laravel-mongodb-cache","owner":"vansteen","description":"A MongoDB cache driver for Laravel 4 and the package jenssegers\\mongodb","archived":false,"fork":false,"pushed_at":"2016-06-03T19:47:36.000Z","size":140,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T10:22:35.433Z","etag":null,"topics":["laravel","mongodb"],"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/vansteen.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":"2014-08-19T09:35:48.000Z","updated_at":"2020-03-01T14:47:17.000Z","dependencies_parsed_at":"2022-07-21T07:17:21.583Z","dependency_job_id":null,"html_url":"https://github.com/vansteen/laravel-mongodb-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/vansteen%2Flaravel-mongodb-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vansteen%2Flaravel-mongodb-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vansteen%2Flaravel-mongodb-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vansteen%2Flaravel-mongodb-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vansteen","download_url":"https://codeload.github.com/vansteen/laravel-mongodb-cache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237950925,"owners_count":19392667,"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":["laravel","mongodb"],"created_at":"2024-09-24T13:13:47.686Z","updated_at":"2025-10-24T10:31:08.006Z","avatar_url":"https://github.com/vansteen.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Laravel MongoDB Cache\n=====================\n\n*Currently in dev but this version seems fullly working. I need to do a last check and write few tests.*\n\nA MongoDB cache driver for Laravel 4 and the package [jenssegers\\mongodb](https://github.com/jenssegers/Laravel-MongoDB).\n\nFor more information about Caches, check http://laravel.com/docs/cache.\n\nInstallation\n------------\n\nMake sure you have [jenssegers\\mongodb](https://github.com/jenssegers/Laravel-MongoDB) installed and configured before you continue.\n\nAdd the package to your `composer.json` and run `composer update`.\n\n```php\n{\n  \"require\": {\n    \"vansteen/laravel-mongodb-cache\": \"dev-master\"\n  }\n}\n```\n\nAdd the cache service provider in `app/config/app.php`:\n\n```php\n    'Vansteen\\Mongodb\\Cache\\MongodbCacheServiceProvider',\n```\n\nChange the cache driver in `app/config/cache.php` to mongodb:\n\n```php\n  'driver' =\u003e 'mongodb',\n```\n\nChange the cache connection to a database connection using the mongodb driver from `app/config/database.php`:\n\n```php\n  'connection' =\u003e 'my_mongodb_connection',\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvansteen%2Flaravel-mongodb-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvansteen%2Flaravel-mongodb-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvansteen%2Flaravel-mongodb-cache/lists"}