定制 zendframework/zend-memory 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

zendframework/zend-memory

最新稳定版本:2.6.1

Composer 安装命令:

composer require zendframework/zend-memory

包简介

Manage data in an environment with limited memory

README 文档

README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-memory.

Build Status Coverage Status

zend-memory manages data in an environment with limited memory.

Memory objects (memory containers) are generated by the memory manager, and transparently swapped/loaded when required.

For example, if creating or loading a managed object would cause the total memory usage to exceed the limit you specify, some managed objects are copied to cache storage outside of memory. In this way, the total memory used by managed objects does not exceed the limit you need to enforce.

Installation

Run the following to install this library:

$ composer require zendframework/zend-memory

Documentation

Browse the documentation online at https://docs.zendframework.com/zend-memory/

Support

统计信息

  • 总下载量: 5.8M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 16
  • 点击次数: 1
  • 依赖项目数: 6
  • 推荐数: 0

GitHub 信息

  • Stars: 14
  • Watchers: 19
  • Forks: 14
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2013-02-07