PHPackages                             kash/kash - 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. [Caching](/categories/caching)
4. /
5. kash/kash

Abandoned → [sonsofphp/cache](/?search=sonsofphp%2Fcache)Library[Caching](/categories/caching)

kash/kash
=========

General caching library

0.1.0(11y ago)1341MITPHPPHP &gt;=5.4

Since Mar 17Pushed 11y agoCompare

[ Source](https://github.com/JoshuaEstes/Kash)[ Packagist](https://packagist.org/packages/kash/kash)[ Docs](https://github.com/JoshuaEstes/Kash)[ RSS](/packages/kash-kash/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (1)Used By (0)

Kash/Kash [![Travis](https://camo.githubusercontent.com/4f6920e628dcd54159b35dc4d99e4067b0598b86a708fa33da7112ef1986475a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4a6f7368756145737465732f4b6173682e737667)](https://travis-ci.org/JoshuaEstes/Kash) [![Packagist Pre Release](https://camo.githubusercontent.com/c1902b5b5d98aa236e8db3dd817f4083f82e841b676c4feac4613e4f73c0bd5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f6b6173682f6b6173682e737667)](https://packagist.org/packages/kash/kash) [![Packagist](https://camo.githubusercontent.com/44363558b1f09c4488128d9bd85fb44dc462d22d1501b4ad39feef50a8ce409d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6173682f6b6173682e737667)](https://packagist.org/packages/kash/kash)
=======================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#kashkash---)

[![Code Climate](https://camo.githubusercontent.com/06b30bfb4bda64df712a172edb1a9b4ce0111b1eba6de512f6567a9e34c8005d/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f4a6f7368756145737465732f4b6173682e737667)](https://codeclimate.com/github/JoshuaEstes/Kash) [![Code Climate](https://camo.githubusercontent.com/b52a99c3fd414e58a1b6c949a84421534a5247d696843645a43882dd9423a410/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f636f7665726167652f6769746875622f4a6f7368756145737465732f4b6173682e737667)](https://codeclimate.com/github/JoshuaEstes/Kash)

Kash is a general purpose caching library that is used to cache various values using a variety of different drivers to accomplish this.

- Database results
- User sessions
- API Calls

Features
========

[](#features)

- Fast
- Supports
    - Filesystem
    - APC
    - Redis
    - Memcached
    - PDO
    - Null
- Extra drivers that are able to support multiple backends
- Uses PSR-3 standard for logging
- Heavily Tested, Commented, and Quality Controlled

Installation
============

[](#installation)

Composer (Preferred)
--------------------

[](#composer-preferred)

This assumes you have [composer](https://getcomposer.org/) installed. Once you do that please run

```
composer.phar require "kash/kash:*"
```

Usage
=====

[](#usage)

```
