https://github.com/pluf/cache
HTTP cache module
https://github.com/pluf/cache
cache php5 pluf rfc-7234
Last synced: 2 months 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 8 years ago)
- Default Branch: develop
- Last Pushed: 2021-06-06T00:48:33.000Z (almost 4 years ago)
- Last Synced: 2025-03-11T08:50:45.887Z (3 months ago)
- Topics: cache, php5, pluf, rfc-7234
- Language: PHP
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Caching Library
[](https://travis-ci.com/pluf/cache)
[](https://codecov.io/gh/pluf/cache)
[](https://codeclimate.com/github/pluf/cache/maintainability)
[](https://codeclimate.com/github/pluf/cache/test_coverage)
[](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.