Download the PHP package biigle/laravel-cached-openstack without Composer
On this page you can find all versions of the php package biigle/laravel-cached-openstack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download biigle/laravel-cached-openstack
More information about biigle/laravel-cached-openstack
Files in biigle/laravel-cached-openstack
Download biigle/laravel-cached-openstack
More information about biigle/laravel-cached-openstack
Files in biigle/laravel-cached-openstack
Vendor biigle
Package laravel-cached-openstack
Short Description A wrapper for the OpenStack SDK that caches and renews the authentication token
License MIT
Package laravel-cached-openstack
Short Description A wrapper for the OpenStack SDK that caches and renews the authentication token
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-cached-openstack
Cached OpenStack
A wrapper for the OpenStack SDK that caches and renews the authentication token. Works with Laravel and Lumen.
The wrapper is specifically intended for use in long running daemon queue workers as it renews the cached authentication token automatically.
Installation
Usage
Options
You can include cache options in the OpenStack options array. Example:
Available options:
ttl
: Overrides the duration that the authentication token should be cached in seconds. If not set, the token is cached until itsexpires_at
minus 60 seconds. Ifexpires_at
is less than the specifiedttl
,ttl
is ignored.
All versions of laravel-cached-openstack with dependencies
PHP Build Version
Package Version
Requires
php-opencloud/openstack Version
^3.0 || ^3.2
illuminate/cache Version ^5.1 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/cache Version ^5.1 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
The package biigle/laravel-cached-openstack contains the following files
Loading the files please wait ....