Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.