epwt / data-provider
EPWT Cache Data Provider
Installs: 16
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- snc/redis-bundle: ~1.1
- symfony/symfony: >=2.2
Suggests
- epwt/doctrine-data-provider: Doctrine data provider with automatic subscription to changes
This package is auto-updated.
Last update: 2024-10-17 17:26:33 UTC
README
The EPWTCacheDataProviderBundle adds support for careless caching mechanism to Symfony application. By Integrating multiple providers (which provided seprately) with general caching mechanism.
Providers:
- Doctrine
Cache Storages:
- Redis
Note: This bundle does not provide out-of-box solution for caching. You have to define the rules and naming techniques to work.
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master Installation
All the installation instructions are located in the documentation.
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
Example
The example project with doctrine data provider is located here
About
EPWTCacheDataProviderBundle is they key bundle of mine designed projects which provides easy to use and high performance caching mechanism for everything.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.