PHPackages                             oat-sa/lib-health-check-cache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. oat-sa/lib-health-check-cache

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

oat-sa/lib-health-check-cache
=============================

OAT Cache Health Check Library

1.1.0(3y ago)09.7k[1 PRs](https://github.com/oat-sa/lib-health-check-cache/pulls)GPL-2.0-onlyPHPPHP ^7.4 || ^8

Since Mar 26Pushed 1y ago39 watchersCompare

[ Source](https://github.com/oat-sa/lib-health-check-cache)[ Packagist](https://packagist.org/packages/oat-sa/lib-health-check-cache)[ RSS](/packages/oat-sa-lib-health-check-cache/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (7)Used By (0)

PSR-6 Cache Health Checker
==========================

[](#psr-6-cache-health-checker)

[![Latest Version](https://camo.githubusercontent.com/fa28f897248530502b77fc8c0313a7f8735cd660e896efda410196762dc11ea1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f6f61742d73612f6c69622d6865616c74682d636865636b2d63616368652e7376673f7374796c653d666c6174266c6162656c3d72656c65617365)](https://github.com/oat-sa/lib-health-check-cache/tags)[![License GPL2](https://camo.githubusercontent.com/5c1958af3f6dca7769cf6ed25b4211a677c3868025a356d8d678e919e7a15eea/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e63652d47504c253230322e302d626c75652e737667)](http://www.gnu.org/licenses/gpl-2.0.html)[![Build Status](https://camo.githubusercontent.com/da8d8e27dd9e1e355910cc25d28006bad94dd3cb7961ea58bf1085135d4f74c0/68747470733a2f2f7472617669732d63692e6f72672f6f61742d73612f6c69622d6865616c74682d636865636b2d63616368652e7376673f6272616e63683d6d61696e)](https://travis-ci.org/oat-sa/lib-health-check-cache)[![Coverage Status](https://camo.githubusercontent.com/e824d3540448e11031737358f32788076e60c26c0271c0d5caa5424e0d1510f8/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6f61742d73612f6c69622d6865616c74682d636865636b2d63616368652f62616467652e7376673f6272616e63683d6d61696e)](https://coveralls.io/github/oat-sa/lib-health-check-cache?branch=main)[![Packagist Downloads](https://camo.githubusercontent.com/b3bad8b908ca37797d2c0d70ad7602e3cda98e33033e2c7f516fcf69de749894/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f61742d73612f6c69622d6865616c74682d636865636b2d63616368652e737667)](https://packagist.org/packages/oat-sa/lib-health-check-cache)

> [PSR-6](https://www.php-fig.org/psr/psr-6/) cache health checker for the [Health checks PHP library](https://github.com/oat-sa/lib-health-check)

Table of contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [Tests](#tests)

Installation
------------

[](#installation)

```
$ composer require oat-sa/lib-health-check-cache
```

Usage
-----

[](#usage)

This library provides a [CacheChecker](src/CacheChecker.php) checker in charge to check if the provided cache pool is reachable.

```
