Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 736 Bytes

File metadata and controls

28 lines (18 loc) · 736 Bytes

PHP Cache documentation

Documentation Status Software License

This repository contains the documentation for PHP Cache packages and integrations.

Read the published documentation at www.php-cache.com.

Local preview

Install the pinned documentation dependencies and start MkDocs:

python -m pip install -r requirements.txt
mkdocs serve

Run Vale before submitting prose changes:

vale sync
vale README.md docs

License

The documentation uses the MIT License.