Libraries tagged by php-arrays
raziul/php-dot-array
7 Downloads
Dot notation for PHP Array
rationalboss/array-to-text
58 Downloads
Convert PHP arrays to plain text table.
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.
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.
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.
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.
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.