Libraries tagged by php-array
phpbsb/php-short-array-syntax-converter
14 Downloads
Command-line script to convert or revert PHP's array() syntax to PHP 5.4's short array syntax [] using PHP's built-in tokenizer.
php-kit/power-primitives
2311 Downloads
PHP's arrays and strings as chainable, composable, object-oriented constructs
peterhufner/php-mysql-git
50 Downloads
Stores SQL structure in PHP arrays that can be added to git, allowing you to configure the MySQL DB according to the stored structure.
perspectivain/php-postgis
245 Downloads
A PHP Trait to convert Postgis coordinates to array and a PHP array to Postgis text
pbxapi/xml-to-array
73 Downloads
Easily convert valid xml to a php array.
panduanvip/ronolo-json-extract
80 Downloads
Extracts JSON from strings and returns PHP arrays.
otzy/spreadsheet2array
93 Downloads
Extracts tables from spreadsheet to PHP array
orware/compressed-string
735 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.
oldpak/collections
23 Downloads
PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.
ohorbatiuk/d8_config2php
1 Downloads
Applies recipe for the Config Export to PHP array module.
oasys/config
2 Downloads
Lightweight PHP array config file loader with dot-notation value access
northrook/array-access
135 Downloads
Delineated notation access to PHP arrays, with an optional Primary Value, allowing sub-array keys to return either their assigned value, or nested values.
northern/serializer
20 Downloads
Serializes a annotated object to a plain PHP array.
nicmart/treebuilder
2 Downloads
TreeBuilder offers some fast methods to transform tree structures (arrays, object graphs, xml documents) to php array
nguyenanhung/php-quick-sort
4210 Downloads
Light, simple PHP Array Quick Sort