Libraries tagged by memo
igbinary/igbinary
17250 Downloads
Igbinary is a drop in replacement for the standard php serializer. Instead of the time and space consuming textual representation used by PHP's serialize(), igbinary stores php data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data.
magento/zend-memory
8141699 Downloads
Zend Framework 1 Memory package
laminas/laminas-cache-storage-adapter-memory
4026419 Downloads
Laminas cache adapter for memory
zendframework/zend-memory
6049452 Downloads
Manage data in an environment with limited memory
vizra/vizra-adk
41523 Downloads
Vizra Agent Development Kit - A comprehensive Laravel package for building intelligent AI agents.
zetacomponents/system-information
2039817 Downloads
Provides access to common system variables, such as CPU type and speed, and the available amount of memory.
zenstruck/collection
988137 Downloads
Iterate, filter and paginate anything - arrays, generators or Doctrine ORM queries - without loading it all into memory.
vitorccs/laravel-csv
250123 Downloads
PHP Laravel package to create CSV files in a memory-optimized way
prinsfrank/pdfparser
52951 Downloads
PHP library to Read and extract text & images from PDFs - Fast & Low memory - Built from scratch
phpsysinfo/phpsysinfo
28590 Downloads
phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.
neilime/php-css-lint
1987005 Downloads
Powerful & memory efficient CSS linter for PHP
ellumilel/php-excel-writer
325887 Downloads
Big data Excel writer with small memory consuming
clue/mq-react
874152 Downloads
Mini Queue, the lightweight in-memory message queue to concurrently do many (but not too many) things at once, built on top of ReactPHP
cash/lrucache
5122442 Downloads
An efficient memory-based Least Recently Used (LRU) cache
bentools/cartesian-product
977246 Downloads
A simple, low-memory footprint function to generate all combinations from a multi-dimensionnal array.