Libraries tagged by arrayq
piedweb/render-html-attributes
54390 Downloads
[Twig Extension] Transform an array in html tag attributes.
phpwatch/simple-container
11832 Downloads
A fast and minimal PSR-11 compatible Dependency Injection Container with array-syntax and without auto-wiring
phpmlkit/ndarray
1104 Downloads
High-performance N-dimensional arrays for PHP, powered by Rust
php-school/learn-you-php
2038 Downloads
An introduction to PHP's core features: i/o, http, arrays, exceptions and so on.
pgooch/php-ascii-tables
4436 Downloads
Convert multi-dimensional arrays into ASCII Tabled, and vise-versa.
ogrrd/csv-iterator
63810 Downloads
CSV Reader to array/object iterator with low memory usage and ease of use.
noki/laravel-xml-converter
2553 Downloads
Laravel XML Converter is Laravel package for converting XML to JSON and XML to array.
minvws/icore-php-typearray
52828 Downloads
Typed Array
mihanentalpo/fast-fuzzy-search
34181 Downloads
Fast fuzzy search in an array of strings for the most similiar ones
mf/collections-php
109834 Downloads
Collections for PHP - It's basically a syntax sugar over classic array structure, which allows you to use it as classic array, but adds some cool features.
mathieutu/exporter
37512 Downloads
Export the attributes you need from all your objects and arrays.
luracast/config
168355 Downloads
lazy load configuration data from php files returning associative arrays
leocavalcante/shape
99814 Downloads
Run-time type checks against plain old PHP arrays
laxity7/yii2-json-field
89881 Downloads
Behavior that convert array to JSON before save data in model, and also convert JSON to an array after saving and retrieving data
kyos/find-closest-value
329031 Downloads
Finds the closest arithmetic match in an array, using Binary Search