Libraries tagged by setle
techsemicolon/laravel-query-to-csv
9057 Downloads
Export the data from a query builder or raw select query into csv directly, eliminating overhead on php and in much less execution time
stuttter/wp-user-avatars
21986 Downloads
Allow registered users to upload & select their own avatars
sparkinzy/dcat-distpicker
2406 Downloads
省市区地址选择器,支持select2
sjaakp/yii2-symbol-picker
10138 Downloads
Widget to select Font Awesome symbol for Yii2.
shaka/dynamic-update-trait
5348 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.
serkanalgur/cmb2-field-faiconselect
1619 Downloads
Font Awesome icon selector for powerful custom metabox generator CMB2
rekalogika/direct-property-access
7149 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
openeuropa/behat-transformation-context
87014 Downloads
Behat package to transform human readable labels into selectors or page paths.
omaressaouaf/query-builder-criteria
36 Downloads
Define reusable query criteria for filtering, sorting, search, field selection, and includes in Laravel Eloquent models
nkovacs/yii2-pagesizer
34137 Downloads
Adds a page size selector to grid views and list views.
nerdsnipe/laravel-countries
3182 Downloads
Used to add country, state, city selectors to any laravel view. Provides all cities and states for 251 countries
natlibfi/php-html-parser
38495 Downloads
An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.
monokakure/laravel-csv
37569 Downloads
Simple CSV manipulation for Laravel. Also you can select encoding.
mobilestock/laravel-database-interceptor
2783 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.
minionfactory/model-mapper
20284 Downloads
Laravel extension. Wrapper for models and raw DB::select results to map one or more attributes to other models.