Download the PHP package ringzhu/cache-laravel-sanctum without Composer
On this page you can find all versions of the php package ringzhu/cache-laravel-sanctum. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cache-laravel-sanctum
cache-laravel-sanctum
Let Laravel Sanctum Use Cache to Retrieve Tokens
Laravel Sanctum executes 3 database queries for every HTTP request.
This package wraps the default PersonalAccessToken
model, uses cache to retrieve the personal_access_token
and tokenable
model. This reduces 2 queries for most requests.
Installation
You can install the package via composer:
Usage
Once you have this package in your project, Sanctum tokens will be retrieved through cache automatically. Redis cache is recommended.
All versions of cache-laravel-sanctum with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
laravel/framework Version ~8.0|~9.0|~10.0
laravel/sanctum Version ^2.0|^3.0
illuminate/cache Version ^8.0|^9.0|^10.0
laravel/framework Version ~8.0|~9.0|~10.0
laravel/sanctum Version ^2.0|^3.0
illuminate/cache Version ^8.0|^9.0|^10.0
The package ringzhu/cache-laravel-sanctum contains the following files
Loading the files please wait ....