Libraries tagged by aselect
illchuk/timezone-options
38 Downloads
Generates a list of time zones and descriptions, for use in a select field.
getrootid/radicati_views_switchboard
16 Downloads
Allows site builders to create a simple switchboard with views, routing users to a url via a select box.
easydowork/selectpage
3 Downloads
a select tools for yii2
dmouse/select-helper
19 Downloads
Create a select options list with Symfony/console.
cyberwoven/inline_entity_form_selector
11 Downloads
This converts the autocomplete entity selector on the inline entity form module to a select field.
coco-project/sql-cache
20 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
symfony/css-selector
620490814 Downloads
Converts CSS selectors to XPath expressions
doctrine/deprecations
347069749 Downloads
A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.
select2/select2
6309261 Downloads
Select2 is a jQuery based replacement for select boxes.
kartik-v/bootstrap-fileinput
6848527 Downloads
An enhanced HTML 5 file input for Bootstrap 5.x, 4.x, and 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.
snapappointments/bootstrap-select
408257 Downloads
The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.
kartik-v/yii2-widget-select2
8331653 Downloads
Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).
ivaynberg/select2
420322 Downloads
Select2 is a jQuery based replacement for select boxes.
rubix/ml
854103 Downloads
A high-level machine learning and deep learning library for the PHP language.
sunra/php-simple-html-dom-parser
8812849 Downloads
Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.