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

ActiveLibrary[Caching](/categories/caching)

kdudas/php-cache
================

Simple cache implementation in php

1.1.2(7y ago)261GPL-3.0-or-laterPHPPHP &gt;=7.2

Since Jun 8Pushed 3y ago2 watchersCompare

[ Source](https://github.com/dude920228/php-cache)[ Packagist](https://packagist.org/packages/kdudas/php-cache)[ RSS](/packages/kdudas-php-cache/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (9)Dependencies (5)Versions (12)Used By (0)

[![StyleCI](https://camo.githubusercontent.com/ab7f96bcc13856f7cc78048b17fc09f9de9fa511beecae39b5a7245a86811db2/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3133353435343833392f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/135454839) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/8f449df2a0883d7713fe09200935a175416aadec9b1ca254e436f9feaf0a2df3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f647564653932303232382f7068702d63616368652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/dude920228/php-cache/?branch=master) [![Build Status](https://camo.githubusercontent.com/d4a8f23f605f7843da10482a4966cf8ea3fd10fc7bbeac43f7ffa3330688a5f5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f647564653932303232382f7068702d63616368652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/dude920228/php-cache/build-status/master)

php-cache
=========

[](#php-cache)

Cache implementation for php

Usage:
======

[](#usage)

#### Prequests:

[](#prequests)

- PHP 7.2
- composer

#### Installing via composer:

[](#installing-via-composer)

```
composer require kdudas/php-cache

```

#### Supperted data types:

[](#supperted-data-types)

- String
- Integer/Float/Double
- Array
- Objects

#### Creating a new server instance

[](#creating-a-new-server-instance)

```
