Libraries tagged by value list
sunnysideup/add-casted-variables
107 Downloads
This module allows you to add a list of values to the CMS Fields for a record based around the casting (casted) methods / variables so that you get more information abohe record
erhaweb/partner-rating
390 Downloads
Extbase/Fluid extension that allows departments to rate collaboration partners via a front-end form. Rating values can be specified as a comma separated list of integer values. Rating values greater than a configurable limit value must be justified. This is possible either by predefined reasons or a free text input.
bbs-lab/nova-items-field
10 Downloads
A modern Laravel Nova field for managing a sortable list of scalar values (tags, emails, steps…) stored as JSON.
plazzag/polario-sdk-php
136 Downloads
API for Polario __Naming:__ * json properties are formatted in camel case (fooBar) besides of enums (FooBar) * route params are formatted in hyphen case (foo-bar) * query params are formatted in snake case (foo_bar) * query params could hold lists of elements if they are comma separated * enum properties are formatted in capitalized camel case (FooBar) __Default values:__ * default values are specified for optional parameters do only apply to POST requests __Types:__ * numbers are considered to be float values * strings that are not specified to be html formatted should not be interpreted as html to avoid unexpected bahavior, like xss attacks * timestamps are considered to be in unix time __Headers:__ * ___Platform___: can be always set as header param to specify the platform of the request for the logging output
hananils/kirby-choices
22 Downloads
For any list field offering options in the blueprint, like select, multiselect or checkboxlist, Choices will load and return the readable text values for the keys stored in the content file. It works with static options directly set in the blueprint as well as dynamic ones loaded via query or api settings.
hananils/kirby-list-filters
20 Downloads
Kirby allows for the storage of value lists using its select, tags or checkboxes fields but it doesn't offer ways to filter items by those values. List Filters closes this gap by providing includes and excludes collection filters.
nuxia/valuelist
6 Downloads
Valuelist
survos/key-value-bundle
322 Downloads
manage dynamic key value(s) list
crea-mukai/laravel-list-value
10 Downloads
laravel Array value service
mojoblanco/list-of-values
1 Downloads
A laravel package for managing list of values
r34117y/sorted-linked-list
3 Downloads
A PHP library providing sorted linked lists for typed values.
idlerus/sorted-linked-list
0 Downloads
Linked list that keeps its values sorted (int or string).
studio83/sorted-linked-list
0 Downloads
Type-safe sorted linked list for int or string values.
rulinski/sorted-linked-list
1 Downloads
A type-safe sorted linked list supporting int or string values (not both).
mf-miko/sorted-linked-list
1 Downloads
A simple type-safe sorted singly linked list for int or string values in PHP.