Download the PHP package initphp/cache without Composer
On this page you can find all versions of the php package initphp/cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download initphp/cache
More information about initphp/cache
Files in initphp/cache
Download initphp/cache
More information about initphp/cache
Files in initphp/cache
Please rate this library. Is it a good library?
Informations about the package cache
InitPHP Cache
PSR-16 is a simple caching library that uses the Simple Cache interface.
Requirements
- PHP 5.6 or higher
- PSR-16 Simple Cache Interface
Depending on the handler you will use, it may need PHP extensions.
- Redis
- PDO
- Wincache
- Memcache or Memcached
Installation
Usage
Configuration and Options
\InitPHP\Cache\Handler\File::class
\InitPHP\Cache\Handler\Memcache::class
\InitPHP\Cache\Handler\PDO::class
Below is a sample cache table creation query for MySQL.
\InitPHP\Cache\Handler\Redis::class
\InitPHP\Cache\Handler\Wincache::class
Credits
License
Copyright © 2022 MIT License
All versions of cache with dependencies
PHP Build Version
Package Version
The package initphp/cache contains the following files
Loading the files please wait ....