Libraries tagged by miserable
loskoderos/moo
246 Downloads
Moo is a PHP micro framework to make life and debugging miserable
the-turk/flarum-miserable-users
467 Downloads
Make the browsing experience of problematic users as frustrating as possible.
maciejczyzewski/bottomline
594992 Downloads
A full-on PHP manipulation utility belt that provides support for working with arrays, objects, and iterables; a lodash or underscore equivalent for PHP.
improved/iterable
189289 Downloads
Functions to interact with arrays, iterators and other traversable objects
bentools/iterable-functions
347608 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()
ext-improved_iterable
Downloads
samsonasik/array-lookup
49701 Downloads
A fast lookup library that help you verify and search array and Traversable data
pitchart/transformer
15886 Downloads
A transducers implementation in PHP, with OOP powers
naucon/utility
65921 Downloads
This package provides miscellaneous php interfaces and classes to structure and organize data as well as groups of objects
koriym/loop
12219 Downloads
Converts iterable data sets (e.g., database results, CSV files) into an entity list generator with loop context (isFirst, isLast, index, iteration).
jakewhiteley/php-sets
24761 Downloads
An implementation of a Java-like Set data structure for PHP. A Set is an iterable data structure which allows strict-type storage of unique values.
escapio/php-iterables
12275 Downloads
Utility functions for working with iterables
dromru/iterable-dbal
10277 Downloads
Набор классов для разбиения пакетных sql-запросов на раздельные.
dromru/iterable-chunk
10277 Downloads
Класс для разбиения итерируемых коллекций на пачки.
rotexsoft/versatile-collections
5661 Downloads
A collection package that can be extended to implement things such as a Dependency Injection Container, RecordSet objects for housing database records, a bag of http cookies, or technically any collection of items that can be looped over and whose items can each be accessed using array-access syntax or object property syntax.