Download the PHP package swokit/memory without Composer
On this page you can find all versions of the php package swokit/memory. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download swokit/memory
More information about swokit/memory
Files in swokit/memory
Download swokit/memory
More information about swokit/memory
Files in swokit/memory
Vendor swokit
Package memory
Short Description some memory table tool library of the swoole
License MIT
Homepage https://github.com/swokit/memory
Package memory
Short Description some memory table tool library of the swoole
License MIT
Homepage https://github.com/swokit/memory
Please rate this library. Is it a good library?
Informations about the package memory
memory for swoole
swoole memory 工具的一些封裝
快速方便的使用swoole server swokit/server
主要包含有:
- 一个语言管理类
- 内存表使用封装(除了基本的 get/set/del 增加了数据导出和恢复,简单的字段搜索)
- 当使用多个内存表时,可以使用
MemoryDB
来管理 - 一个使用swoole table的缓存类实现,PSR 16
install
内存表
- Table使用共享内存来保存数据,在创建子进程前,务必要执行
Table->create()
- swoole_server中使用Table,Table->create() 必须在
swoole_server->start()
前执行
使用:
license
MIT
All versions of memory with dependencies
PHP Build Version
Package Version
Requires
php Version
>7.0.0
The package swokit/memory contains the following files
Loading the files please wait ....