Download the PHP package php-soap/cached-engine without Composer
On this page you can find all versions of the php package php-soap/cached-engine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download php-soap/cached-engine
More information about php-soap/cached-engine
Files in php-soap/cached-engine
Package cached-engine
Short Description A cache decorator for php-soap/engine
License MIT
Informations about the package cached-engine
SOAP Cached Engine
This package contains a cache wrapper for a SOAP engine. For more information about the engine, please check the php-soap/engine package.
Want to help out? 💚
Want more information about the future of this project? Check out this list of the next big projects we'll be working on.
Prerequisites
You can choose what cache implementation you want to use. This package expects some PSR implementations to be present in order to be installed:
- PSR-6:
psr/cache-implementation
likesymfony/cache
orcache/*
Example:
Installation
Engines
This package provides engines that can be used in a generic way:
CachedEngine
You can cache a complete engine so that you don't have to reload a WSDL on every HTTP request.
Note: This driver doesn't work well with the LazyEngine
because of its closures that cannot be serialized.
Since this engine is already lazy, you can use it as a direct replacement.
Drivers
This package provides drivers that can be used in a generic way:
CachedDriver
You can cache a complete driver so that you don't have to reload a WSDL on every HTTP request.
Concrete example:
All versions of cached-engine with dependencies
php-soap/engine Version ^2.13.0
psr/cache Version ^3.0
psr/cache-implementation Version ^3.0