Libraries tagged by php-array
rail-mukhametshin/config-manager
4 Downloads
ConfigManagerPHP is a lightweight and flexible configuration management tool for PHP applications. It provides an easy and intuitive interface for managing and accessing configuration data in various formats. With support for key formats such as PHP arrays and JSON, and planned expansions for YAML, 'ConfigManagerPHP' ensures centralized and efficient management of configuration settings, essential for any PHP project.
r2soffner/r2s-array-helper
25 Downloads
Helps you with PHP arrays
qiyutech/type-array
10 Downloads
PHP array with strict type!
punarinta/apath
12 Downloads
A way to access data for multidimensional PHP arrays and objects.
prinx/array-utils
768 Downloads
PHP arrays utility class
plustime-it/xml-to-array
9506 Downloads
Easily convert valid xml to a php array.
pixweber/xmlfiletoarray
1 Downloads
A very simple function to load your XML file and convert it into PHP array. Easy and effective.
piotrpress/configer
320 Downloads
This library loads/saves php array from/to a configuration file.
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.
peterhufner/php-mysql-git
49 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
79 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.