Libraries tagged by Array File
camille-hdl/lazy-lists
5382 Downloads
Lazy list processing and transducers
apollonin/numphp
210 Downloads
Library for numbers manipulation.
adaddinsane/dataobject
4498 Downloads
Data object storage and recovery with sorting, filtering and merging
api-skeletons/zf-doctrine-criteria
14006 Downloads
Doctrine Criteria from Array Parameters
firegento/fastsimpleimportdemo
42202 Downloads
Wrapper for Magento2 ImportExport functionality, which imports products and customers from arrays
array/validation
16977 Downloads
A simple validation using the native filters and validators from PHP.
tflori/verja
1953 Downloads
An validation tool for arrays filled by foreign input
astral/php-serialize
29 Downloads
An advanced PHP serialization tool leveraging attributes for flexible object-to-array and JSON conversion. Supports property aliases, type conversions, and nested object handling. Ideal for APIs, data persistence, and configuration management.
lhilton/text-auto-complete
3548 Downloads
A Laravel Nova text field supporting autocomplete from an array of values.
hybridlogic/validation
1036 Downloads
A simple, extensible validation library for PHP with support for filtering and validating any input array along with generating client side validation code.
rasclatt/smart-dto
476 Downloads
Fill Dtos with data using the mapping. Also allows rendering to different array key formats.
fantismic/yet-another-table
1299 Downloads
This is yet another laravel livewire table and come as is. You can filter, you can sort, you can bulk, toggle columns, the basics. The data input is a collection/array, we cant handle models.
drupal/core-datetime
174 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.
petrgrishin/yii-array-field
192 Downloads
Yii array field behavior
dealnews/filter
1822 Downloads
This class is a drop in replacement and wrapper for filter_var, filter_var_array, filter_input, and filter_input_array. The only filters that are modified are ones using \DealNews\Filter\Filter::FILTER_SANITIZE_STRING.