Libraries tagged by in_array_r
ayesh/case-insensitive-array
20689 Downloads
Class to store and access data in a case-insensitive fashion, while maintaining the integrity and functionality of a regular array.
dcblogdev/php-find-and-replace-json
1144 Downloads
Find and replace keys or values in json or arrays
transprime-research/arrayed
256 Downloads
PHP Array(ed) in object oriented way wrapping PHP arrays in a consistent manner.
welshdev/doctrix
615 Downloads
A powerful, flexible query builder library for Doctrine ORM with enhanced array-based criteria, fluent interfaces, and built-in pagination
rwillians/stingray
15460 Downloads
Dot notation reader/writer for multidimensional arrays in PHP.
rikudou/iterables
3964 Downloads
Provides some cool iterable functions complementing the built-in array functions
revinate/php-getter-setter
32164 Downloads
PHP library to simplify getting and setting values in arrays and objects.
redpandacoding/provinces-state-listings
6977 Downloads
A PHP array listing of United States states and Canada Provinces. US will include the Territories and DC in its listing. You can also request the array with out them by calling getStates() instead of getAll()
rossriley/validation
18432 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.
bentools/doctrine-static
1497 Downloads
Doctrine Static - Mock managers and repositories in simple arrays, without any database.
dazza-dev/laravel-batch-validation
966 Downloads
Batch validate arrays in Laravel and optimize database unique rules using whereIn to avoid N+1 query issues.
wrux/blocky
504 Downloads
Map a matrix field into an array of blocks to render in twig.
eboreum/collections
7368 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.
assegaiphp/collections
530 Downloads
The assegaiphp/collections package is a powerful tool for creating and managing groups of related objects in your AssegaiPHP projects. With this library, you can easily organize and manipulate data in a variety of ways, such as arrays, lists, sets, and maps. The package offers a wide range of methods for adding, removing, and manipulating items, as well as sorting, searching, and filtering your collections. It is fully compatible with PHP 7.x and above and is designed to be lightweight and easy to use. Whether you're building a web application, a CLI tool, or a standalone script, assegaiphp/collections is the perfect choice for working with data. With its simple and intuitive interface, you can easily start working with collections in your project right away.
futuretek/data-mapper
840 Downloads
A lightweight, reflection-based PHP 8.4+ data mapping library for converting associative arrays into typed PHP objects (POPOs), and back. Ideal for OpenAPI-generated DTOs, form handling, and request/response serialization in modern API architectures.