Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pluf/cache
HTTP cache module
https://github.com/pluf/cache
cache php5 pluf rfc-7234
Last synced: about 1 month ago
JSON representation
HTTP cache module
- Host: GitHub
- URL: https://github.com/pluf/cache
- Owner: pluf
- License: gpl-3.0
- Created: 2017-03-03T00:26:55.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2021-06-06T00:48:33.000Z (over 3 years ago)
- Last Synced: 2024-09-29T20:21:23.974Z (about 2 months ago)
- Topics: cache, php5, pluf, rfc-7234
- Language: PHP
- Size: 80.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Caching Library
[![Build Status](https://travis-ci.com/pluf/cache.svg?branch=master)](https://travis-ci.com/pluf/cache)
[![codecov](https://codecov.io/gh/pluf/cache/branch/master/graph/badge.svg)](https://codecov.io/gh/pluf/cache)
[![Maintainability](https://api.codeclimate.com/v1/badges/513f356bdf26065cc009/maintainability)](https://codeclimate.com/github/pluf/cache/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/513f356bdf26065cc009/test_coverage)](https://codeclimate.com/github/pluf/cache/test_coverage)
[![Coverage Status](https://coveralls.io/repos/github/pluf/cache/badge.svg?branch=master)](https://coveralls.io/github/pluf/cache?branch=master)This library aimed to manage caching of requested resources from Pluf servers.
## Contributing
If you would like to contribute to Pluf, please read the README and CONTRIBUTING documents.
The most important guidelines are described as follows:
>All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send us a pull request.
To ensure a consistent code base, you should make sure the code follows the PSR-2 Coding Standards.