Libraries tagged by defaults
p3k/html-sanitizer
323 Downloads
An HTML sanitizer with good defaults
ovrflo/jit-hydrator
2030 Downloads
A drop-in replacement for Doctrine ORM's default object hydrator capable of generating optimized hydration code for each query.
openmage/legacy-frontend-themes
142 Downloads
Old M1 default themes for backward compatibility.
nystudio107/disclosedassets
30 Downloads
Allow your clients to find asset sub-folders by disclosing them by default
nswdpc/silverstripe-userforms-member-fields
709 Downloads
A set of fields collecting default member information within a user defined form
nsept/yii2-jscrollpane
9110 Downloads
A jQuery plugin which allows you to replace a browser's default scrollbars.
noahheck/e_mysqli
170 Downloads
Replacement for default Mysqli class to allow viewing a parameterized query with the arguments inserted into the string
noadek/twiggy
34 Downloads
Twig template engine implementation for Laravel. Allows you to use twig without replacing the default blade templating engine in Laravel 5
netis/yii2-crud
1343 Downloads
Yii2 extension that provides default CRUD for AR models.
mvmoliveira/project_basics
7 Downloads
Default project assets
mvccore/ext-view-helper-formatnumber
299 Downloads
MvcCore - Extension - View - Helper - FormatNumber - format number by `Intl` extension or by locale formating conventions or by explicit or default arguments.
mvccore/ext-view-helper-formatmoney
237 Downloads
MvcCore - Extension - View - Helper - FormatMoney - format money by `Intl` extension or by locale formating conventions or by explicit or default arguments.
mvccore/example-cdcol-multilang-mobile
4 Downloads
MvcCore Example - CD collection - classic CRUD example with default SQLite database, with authentication, with multilanguage routes and mobile version.
mkd/laravel-state-management
5 Downloads
a state management package for Laravel, enabling shared and persistent application state across services, requests, and files without the need for reinitialization. It supports casting, default state handling, and custom methods for managing complex state in your Laravel applications
mits87/eloquent-nested-attributes
362 Downloads
Nested attributes allow you to save attributes on associated records through the parent. By default nested attribute updating is turned off and you can enable it using the $nested attribute. When you enable nested attributes an attribute writer is defined on the model.