Libraries tagged by folding
functional-php/parallel
19 Downloads
Parallel implementation of some higher-order functions.
dariuszp/silverstripe-betterslug
569 Downloads
Better slug transliterator for Silverstripe with accent folding
pwm/treegami
2385 Downloads
A tree implementation that can be unfolded, mapped and folded.
davidromani/folding-at-home-api-console
1 Downloads
A command line tool to interact with Folding@Home API project
digital-holding/php-gus-client
3203 Downloads
PHP Client library for Główny Urząd Statystyczny (Polish Central Statistical Office, known also as "Statistics Poland").
laravel-enso/data-export
38877 Downloads
Structure for holding Laravel-Enso exports
kba-team/php-backtrace
22035 Downloads
Extendable class holding the PHP backtrace minus the last n steps to avoid showing the traces of logging.
xmlsquad/xml-authoring-library
107 Downloads
Holding code that is reused by more than one component of the xmlsquad xml authoring suite of projects.
laravel-liberu/data-export
2854 Downloads
Structure for holding Laravel-Liberu exports
innmind/math
6094 Downloads
Library holding a set of math functions
cgdsoftware/data-export
761 Downloads
Structure for holding Laravel-Enso exports
glhd/fs-of-holding
2 Downloads
golding/stringstream
17 Downloads
Php Stringstream data structure.
golding/ascii-table
40 Downloads
Php library with ascii table enum.
orware/compressed-string
734 Downloads
Based on the wonderful work by Tom Westcott (https://packagist.org/packages/cyberdummy/gzstream) which provided most of the functionality I required. Allows for gzip compressed string streams to be used for holding data. This project was created because I wanted a way to store large database result sets more easily in memory (especially ones that were just going to be output as JSON in an API response), since using a regular PHP array resulted in large memory usage.