Libraries tagged by array store
micheledurante/array-aggregate
10 Downloads
A PHP, SQL-like stream aggregate function to group a set of rows by any number of columns. You can also define how to compute groups
kjljon/streamingiterable
3 Downloads
Convert iteratables into with streams using psr-7 without any other dependencies
idct/php-array-file-cache
526 Downloads
Simple file-based cache system for PHP.
unclexo/filestorage
5 Downloads
A blazing fast and light-weight flat-file storage designed for storing array data to keys
php_modules/strarray
19 Downloads
strarray module for php.
voilab/csv
90 Downloads
CSV parser that uses `fgetcsv` to parse file, string, streams or arrays, extract columns and provide per-column method to manipulate data.
lordmonoxide/collection
16 Downloads
Powerful but easy to use collections with support for lazy loading
kariricode/transformer
2 Downloads
A powerful and flexible data transformation component for PHP, part of the KaririCode Framework. It provides configurable processors for seamless manipulation and formatting of data attributes, offering a streamlined pipeline system for efficient data handling
gbenm/phipes
0 Downloads
A simple library for transforming iterables
dmt-software/import-reader
74 Downloads
Read parts of a file/stream into a series of objects or arrays
byteferry/sdds_php
3 Downloads
A PHP library to work with stream decode and encode according to the SDDS Specification.
bapcat/collection
375 Downloads
Powerful but easy to use collections with support for lazy loading
anekdotes/cache
460 Downloads
Allows caching using different drivers
orno/config
810 Downloads
A package to DRY the storage and retrieval of config items and files. Supports YAML, INI, XML and PHP arrays.
zakaria-elkashef/repository-pattern
26 Downloads
The Laravel Repository Pattern Package implements the repository design pattern within the Laravel framework, offering developers an efficient and organized approach to managing data. With this package, you can effortlessly create interfaces and repository classes that implement those interfaces. These classes are then bound in the RepositoryServiceProvider and registered in the config/app.php file's providers array. Experience streamlined data management and elevate your Laravel application development with ease.