PHPackages                             takuya/php-sysv-ipc-shm-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. takuya/php-sysv-ipc-shm-cache

ActiveLibrary[Caching](/categories/caching)

takuya/php-sysv-ipc-shm-cache
=============================

php sysv ipc cache

0.2(1y ago)11.2k—0%1GPL-3.0-or-laterPHPCI passing

Since Apr 29Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/takuya/php-sysv-ipc-shm-cache)[ Packagist](https://packagist.org/packages/takuya/php-sysv-ipc-shm-cache)[ RSS](/packages/takuya-php-sysv-ipc-shm-cache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

php-sysv-ipc-shm-cache
======================

[](#php-sysv-ipc-shm-cache)

This package is for caching data into SysV SharedMemory.

Installing
----------

[](#installing)

from Packagist

```
composer require takuya/php-sysv-ipc-shm-cache
```

from GitHub

```
name='php-sysv-ipc-shm-cache'
composer config repositories.$name \
vcs https://github.com/takuya/$name
composer require takuya/$name:master
composer install
```

Examples
--------

[](#examples)

```
