Libraries tagged by alterable
singlequote/laravel-datatables
22450 Downloads
This repo contains a Datatable that can render a filterable and sortable table. It aims to be very lightweight and easy to use. It has support for retrieving data asynchronously, pagination and recursive searching in relations
koriym/loop
9565 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
23479 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
108765 Downloads
Parse API Blueprint refract into a iterable PHP data structure for easier access
thejano/laravel-filterable
2501 Downloads
Add filtration functionality to Laravel Models
sedehi/filterable
12415 Downloads
kyslik/laravel-filterable
38696 Downloads
Using URL query strings to filter Eloquent queries.
koenhoeijmakers/laravel-filterable
77029 Downloads
Explicit request filtering.
kalimeromk/filterable
2256 Downloads
A Laravel package that simplifies dynamic filtering and searching across models and their relationships, eliminating repetitive query code.
javii-script/default-value-filterable
4580 Downloads
A Nova macro that streamlines setting a default value in addition to enabling filtering functionality on a field.
escapio/php-iterables
10628 Downloads
Utility functions for working with iterables
dromru/iterable-dbal
9782 Downloads
Набор классов для разбиения пакетных sql-запросов на раздельные.
dromru/iterable-chunk
9782 Downloads
Класс для разбиения итерируемых коллекций на пачки.
beyondcode/nova-filterable-cards
8132 Downloads
Filterable metric cards for Laravel Nova.
rotexsoft/versatile-collections
5596 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.