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

https://github.com/anime-db/cache-time-keeper-bundle

Cache time keeper
https://github.com/anime-db/cache-time-keeper-bundle

cache component php

Last synced: about 2 months ago
JSON representation

Cache time keeper

Awesome Lists containing this project

README

        

[![Latest Stable Version](https://poser.pugx.org/anime-db/cache-time-keeper-bundle/v/stable.png)](https://packagist.org/packages/anime-db/cache-time-keeper-bundle)
[![Latest Unstable Version](https://poser.pugx.org/anime-db/cache-time-keeper-bundle/v/unstable.png)](https://packagist.org/packages/anime-db/cache-time-keeper-bundle)
[![Total Downloads](https://poser.pugx.org/anime-db/cache-time-keeper-bundle/downloads)](https://packagist.org/packages/anime-db/cache-time-keeper-bundle)
[![Build Status](https://travis-ci.org/anime-db/cache-time-keeper-bundle.svg?branch=master)](https://travis-ci.org/anime-db/cache-time-keeper-bundle)
[![Coverage Status](https://coveralls.io/repos/github/anime-db/cache-time-keeper-bundle/badge.svg?branch=master)](https://coveralls.io/github/anime-db/cache-time-keeper-bundle?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/anime-db/cache-time-keeper-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/anime-db/cache-time-keeper-bundle/?branch=master)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/4fa810e4-9788-470b-914c-8c09ba0d0be2/mini.png)](https://insight.sensiolabs.com/projects/4fa810e4-9788-470b-914c-8c09ba0d0be2)
[![StyleCI](https://styleci.io/repos/21426266/shield)](https://styleci.io/repos/21426266)
[![License](https://poser.pugx.org/anime-db/cache-time-keeper-bundle/license.png)](https://packagist.org/packages/anime-db/cache-time-keeper-bundle)

Cache time keeper bundle
========================

The library is intended for quick get a date change entities or entire project, without reference to a database in
Symfony projects.

Library tracks changes in entities and stores date modified.

## Documentation

* [Installation](docs/installation.md)
* [Configuration](docs/configuration.md)
* [Usage](docs/usage.md)
* [Base usage in controllers](docs/usage/base.md)
* [Configure response](docs/usage/configure.md)
* [Usage only modified response](docs/usage/modified.md)
* [Tracking modify project](docs/tracking.md)
* Customize
* [Custom storage driver](docs/custom/driver.md)
* [Custom ETag hasher driver](docs/custom/etag.md)

## License

This bundle is under the [MIT license](http://opensource.org/licenses/MIT). See the complete license in the file: LICENSE