PHPackages                             keinos/mastodon-streaming-api-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. keinos/mastodon-streaming-api-cache

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

keinos/mastodon-streaming-api-cache
===================================

Simple Key-Value Store Class.

1.0.0(5y ago)0434[1 issues](https://github.com/KEINOS/Mastodon_StreamingAPI_Cache/issues)1MITShellPHP ^8.0 || ^7.1

Since Jul 20Pushed 5y agoCompare

[ Source](https://github.com/KEINOS/Mastodon_StreamingAPI_Cache)[ Packagist](https://packagist.org/packages/keinos/mastodon-streaming-api-cache)[ Docs](https://github.com/KEINOS/Mastodon_StreamingAPI_Cache)[ RSS](/packages/keinos-mastodon-streaming-api-cache/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (11)Versions (5)Used By (1)

[![](https://camo.githubusercontent.com/69edbe4e9d488ef1ef8bc34ba9c6fe2cfbeddef0976a3f7a8b4bc48a9a4bab1b/68747470733a2f2f7472617669732d63692e6f72672f4b45494e4f532f4d6173746f646f6e5f53747265616d696e674150495f43616368652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/KEINOS/Mastodon_StreamingAPI_Cache "View Build Status on Travis")[![](https://camo.githubusercontent.com/5fde4182b9107eba808b1e84fbe98a4633d45f08b2e87db200ca188251c4a010/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6769746875622f4b45494e4f532f4d6173746f646f6e5f53747265616d696e674150495f4361636865)](https://coveralls.io/github/KEINOS/Mastodon_StreamingAPI_Cache?branch=master "Code Coverage on COVERALLS")[![](https://camo.githubusercontent.com/fac623943119da689d89d8a9da7a8d22db8bf4edf1fb1adcd928fdd3e2f0a76c/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f4b45494e4f532f4d6173746f646f6e5f53747265616d696e674150495f43616368652f6d6173746572)](https://scrutinizer-ci.com/g/KEINOS/Mastodon_StreamingAPI_Cache/?branch=master "Code quality in Scrutinizer")[![](https://camo.githubusercontent.com/d8e6cafb4e3f3a16a6f589a338db40171be821ef45fc0371e885d5a4abfb3f7f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6b65696e6f732f6d6173746f646f6e2d73747265616d696e672d6170692d706172736572)](https://github.com/KEINOS/Mastodon_StreamingAPI_Cache/blob/master/.travis.yml "Version Support")

Simple Key-Value Store Class for Caching
========================================

[](#simple-key-value-store-class-for-caching)

This is a simple Key-Value store PHP class for a simple purposes such as caching.

- Notes: Not aimed to use for a simultaneous massive access. This is a wrapper class of [symfony/cache component](https://symfony.com/doc/current/components/cache.html).

Install
-------

[](#install)

```
composer require keinos/mastodon-streaming-api-cache
```

Usage
-----

[](#usage)

```
