cash/lrucache
An efficient memory-based Least Recently Used (LRU) cache
时间:2013-09-20 19:05
geoffroy-aubry/enum
A simple-to-use PHP class that provides the ability to emulate and create type-safe enumerations.
时间:2013-09-15 14:55
mjsilva/in-memory-storage
Simple class that uses singleton pattern to save whatever in memory
时间:2013-09-01 23:13
mouf/utils.cache.in-memory-cache
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
时间:2013-07-21 16:53
bkwld/reporter
Generate styled logs of Laravel 4 requests that include application timing, memory usage, input data, and sql queries
时间:2013-07-15 22:01
aramonc/zf2-form-view-helpers
A collection of useful form view helpers. While the standard helpers are useful, I have found a need to go beyond the standard helpers to layout forms differently. It is still under development although the helpers included in numbered versions should be considered safe for use.
时间:2013-07-10 05:27
ironer/base62shrink
Simple javascript to perform LZW compression on longer structured or repetitive UTF8 data (like stringified JSON) to some universally web safe form. Simple PHP class for server side data processing.
时间:2013-05-11 19:00
orchestra/memory
Memory Component for Orchestra Platform
时间:2013-04-11 12:35
geekality/timer
Simple class for logging time and memory usage of stuff
时间:2013-04-07 16:47
alexanderk23/hybrid-xml-parser
Simple class to parse huge XML files in a memory-efficient way
时间:2013-02-19 19:04
htmlawed/htmlawed
Official htmLawed PHP library for HTML filtering
时间:2013-02-07 11:39
tdt/json
Reads a json stream memory efficiently.
时间:2013-01-24 17:30
titon/cache
The cache package provides a data caching layer that supports multiple storage engines.
时间:2013-01-08 01:43
jamm/memory
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.
时间:2012-12-04 21:25