Libraries tagged by miserable
loskoderos/moo
242 Downloads
Moo is a PHP micro framework to make life and debugging miserable
the-turk/flarum-miserable-users
434 Downloads
Make the browsing experience of problematic users as frustrating as possible.
maciejczyzewski/bottomline
568971 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
165296 Downloads
Functions to interact with arrays, iterators and other traversable objects
bentools/iterable-functions
310699 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()
ext-improved_iterable
Downloads
samsonasik/array-lookup
43785 Downloads
A fast lookup library that help you verify and search array and Traversable data
naucon/utility
63193 Downloads
This package provides miscellaneous php interfaces and classes to structure and organize data as well as groups of objects
koriym/loop
9233 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
23247 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.
hmaus/reynaldo
107541 Downloads
Parse API Blueprint refract into a iterable PHP data structure for easier access
escapio/php-iterables
10404 Downloads
Utility functions for working with iterables
dromru/iterable-dbal
9625 Downloads
Набор классов для разбиения пакетных sql-запросов на раздельные.
dromru/iterable-chunk
9625 Downloads
Класс для разбиения итерируемых коллекций на пачки.
rotexsoft/versatile-collections
5589 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.