Libraries tagged by data array
ngsoft/tools
4905 Downloads
A set of reusable tools used on my projects.
xaamin/dta
2139 Downloads
Data Template Arrays
webnuvola/excel-reader
5756 Downloads
Read spreadsheet files (CSV, XLSX and ODS) using OpenSpout and return data in array format
exts/configured
3029 Downloads
Configuration class for loading & saving different types of PHP array data
eboreum/collections
7305 Downloads
Wish you had generics in PHP? This library provides a sensible means of managing collections of data (i.e. arrays with restrictions), immutably, until such a time that PHP generics are bestowed upon us.
drago-ex/utils
3896 Downloads
Extended ArrayHash with additional methods for converting data to arrays, including support for uppercase keys.
mefworks/string-interpolation
24080 Downloads
Interpolate strings by replacing placeholders with data from an array.
drupal/core-datetime
412 Downloads
This class wraps the PHP DateTime class with more flexible initialization parameters, allowing a date to be created from an existing date object, a timestamp, a string with an unknown format, a string with a known format, or an array of date parts. It also adds an errors array and a __toString() method to the date object.
breadthe/php-simple-calendar
6904 Downloads
Generates a monthly array of dates for displaying in a calendar grid
simones/dotnot
1732 Downloads
Access your data with dot notation. Array or objects: no matter what!
rossriley/validation
18430 Downloads
Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules. This fork maintains PHP 5.3 compatibility.
devly/repository
2907 Downloads
PHP data repository object with array access using dot notation
lv/aurorajson
3435 Downloads
Library to handle an AWS-Subscription from a woodwing publication, download and transform data from JSON to PHP Array.
aza/phpgen
3388 Downloads
AzaPhpGen - Anizoptera CMF PHP code generation (dump) component. Allows to dump complex arrays, objects, closures and basic data types as php code. In part, this can be called a some sort of serialization. You can customize your dumped php code as you wish.
kafoso/type-formatter
6051 Downloads
Minimalistic, lightweight library for converting PHP data types to readable strings. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing recursive objects and large arrays.