Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurimasniekis/epwt-data-provider
EPWT Cache Data Provider
https://github.com/aurimasniekis/epwt-data-provider
Last synced: 1 day ago
JSON representation
EPWT Cache Data Provider
- Host: GitHub
- URL: https://github.com/aurimasniekis/epwt-data-provider
- Owner: aurimasniekis
- Created: 2015-04-06T20:24:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-06T21:45:24.000Z (almost 10 years ago)
- Last Synced: 2024-11-29T13:42:32.846Z (2 months ago)
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
EPWTCacheDataProviderBundle
===========================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](https://github.com/gcds/epwt-data-provider/blob/master/Resources/doc/index.md)
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](https://github.com/gcds/epwt-data-provider-example)
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](https://github.com/gcds/epwt-data-provider/issues).
When reporting a bug, it may be a good idea to reproduce it in a basic project
built using the [Symfony Standard Edition](https://github.com/symfony/symfony-standard)
to allow developers of the bundle to reproduce the issue by simply cloning it
and following some steps.