Download the PHP package openclassrooms/service-proxy-bundle without Composer
On this page you can find all versions of the php package openclassrooms/service-proxy-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download openclassrooms/service-proxy-bundle
More information about openclassrooms/service-proxy-bundle
Files in openclassrooms/service-proxy-bundle
Package service-proxy-bundle
Short Description Service Proxy Symfony2 Bundle
License MIT
Informations about the package service-proxy-bundle
ServiceProxyBundle
The ServiceProxyBundle offers integration of the ServiceProxy library.
ServiceProxy provides functionality to manage technical code over a class:
- Transactional context (not implemented yet)
- Security access (not implemented yet)
- Cache management
- Events (not implemented yet)
- Logs (not implemented yet)
See ServiceProxy for full details.
Installation
This bundle can be installed using composer:
or by adding the package to the composer.json file directly.
After the package has been installed, add the bundle to the AppKernel.php file:
:warning: The usage of cache capabilities requires the installation of the openclassrooms/doctrine-cache-extension-bundle.
See the openclassrooms/doctrine-cache-extension-bundle installation guidefor more details.
Configuration
Usage
Cache
Use the Cache annotation.
See Service Proxy Cache for more details.
Using default cache provider
Using specific cache provider
Performance
Autoloader
The usage of a proxy require a lot of I/O. See Ocramius\ProxyManager Tunning for production.
It's possible to specify the environments where the proxy autoloader is used.
Cache Warmup
The bundle uses the Symfony cache warmup to dump the proxies files.
Full configuration
All versions of service-proxy-bundle with dependencies
openclassrooms/service-proxy Version ^3.1.0
openclassrooms/doctrine-cache-extension Version 1.0.*@dev
symfony/dependency-injection Version ~3.4 || ~4.0 || ^5.0 || ^6.0
symfony/config Version ~3.4 || ~4.0 || ^5.0 || ^6.0
symfony/http-kernel Version ~3.4 || ~4.0 || ^5.0 || ^6.0
symfony/event-dispatcher Version ~3.4 || ~4.0 || ^5.0 || ^6.0
symfony/yaml Version ~3.4 || ~4.0 || ^5.0 || ^6.0