Download the PHP package krisell/cosmos-cache-driver without Composer
On this page you can find all versions of the php package krisell/cosmos-cache-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download krisell/cosmos-cache-driver
More information about krisell/cosmos-cache-driver
Files in krisell/cosmos-cache-driver
Download krisell/cosmos-cache-driver
More information about krisell/cosmos-cache-driver
Files in krisell/cosmos-cache-driver
Vendor krisell
Package cosmos-cache-driver
Short Description CosmosDB cache driver for Laravel
License MIT
Package cosmos-cache-driver
Short Description CosmosDB cache driver for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package cosmos-cache-driver
CosmosDB Cache Driver for Laravel
This package adds support to use Microsoft Azure CosmosDB as a cache driver for your Laravel project. It uses the MongoDB-API, so make sure you configure that on the Azure end.
Prerequisities
Make sure you have a driver for the mongodb connection installed, for instance jenssegers/mongodb
. Note that you also need to enable the pecl extension for mongodb.
Configuration
Add the following configurations
database.php
cache.php
So, in your .env, add
The database and table are created automatically by CosmosDB.
All versions of cosmos-cache-driver with dependencies
PHP Build Version
Package Version
No informations.
The package krisell/cosmos-cache-driver contains the following files
Loading the files please wait ....