Download the PHP package vysokeskoly/cache-bundle without Composer
On this page you can find all versions of the php package vysokeskoly/cache-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vysokeskoly/cache-bundle
More information about vysokeskoly/cache-bundle
Files in vysokeskoly/cache-bundle
Download vysokeskoly/cache-bundle
More information about vysokeskoly/cache-bundle
Files in vysokeskoly/cache-bundle
Vendor vysokeskoly
Package cache-bundle
Short Description Provides memcached services with proper usage of connection pool
License MIT
Package cache-bundle
Short Description Provides memcached services with proper usage of connection pool
License MIT
Please rate this library. Is it a good library?
Informations about the package cache-bundle
CacheBundle
Changelog
See CHANGELOG.md
Installation
Step 1
Download using composer.
"require": {
"vysokeskoly/cache-bundle": "^5.1.0"
},
Step 2
Add CacheBundle to the list of loaded bundles. Configure required parameters for bundle.
config.yml
vysoke_skoly_cache:
connections:
data:
persistent_id: vs
servers:
default:
host: memc
port: 11211
session:
persistent_id: vs_session
servers:
default:
host: memc
port: 11311
Step3
Use created services. From example above vysokeskoly.cache.data and vysokeskoly.cache.session.
All versions of cache-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-memcached Version *
symfony/config Version ^6.0 || ^7.0
symfony/dependency-injection Version ^6.0 || ^7.0
symfony/http-kernel Version ^6.0 || ^7.0
ext-memcached Version *
symfony/config Version ^6.0 || ^7.0
symfony/dependency-injection Version ^6.0 || ^7.0
symfony/http-kernel Version ^6.0 || ^7.0
The package vysokeskoly/cache-bundle contains the following files
Loading the files please wait ....