Libraries tagged by database field
axyr/silverstripe-ideannotator
18235 Downloads
Generate PHP DocBlock annotations for DataObject and DataExtension databasefields and relation methods
venturedrake/laravel-encryptable
8872 Downloads
Automatically encrypt and decrypt database table fields
sqltools/where
70953 Downloads
PHP7.1 Fluent, immutable SQL query builder. Connectionless, framework-agnostic, no dependency.
konekt/laravel-migration-compatibility
136542 Downloads
Library to help migrations to figure out whether a related field is int or bigInt
zauberfisch/silverstripe-serialized-dataobject
4416 Downloads
SilverStripe database field that allows saving arbitrary data in a single db field using serialization
lekoala/silverstripe-encrypt
5239 Downloads
Encrypted database fields and files for SilverStripe using CipherSweet
ionghitun/laravel-lumen-mysql-encryption
2489 Downloads
Database fields encryption in laravel and lumen for mysql databases with native search and anonymize data for gdpr.
testmonitor/eloquent-incrementable
23858 Downloads
Define a custom auto-increment field in your Eloquent model, that is determined through PHP rather than your database engine.
bugloos/query-filter-bundle
4790 Downloads
The query filter bundle allows you to filter data from QueryBuilder and the Database. you can filter multiple columns at the same time and also you can filter relation fields with two-level deep and without any join in your query builder.
sunnysideup/phone_field
2275 Downloads
Silverstripe Module that adds a phone field to your database field options, such as Varchar and HTMLText
digitalmanagerguru/laravel-json-fields
770 Downloads
A package to work with database JSON fields with laravel eloquent Models.
jsefton/laravel-virtual-fields
1016 Downloads
Allow eloquent models to store and retreive data against anything without needing a specific database column
viharm/php-db-auth
2097 Downloads
PHP library for looking up users in a database table field
sunnysideup/dataintegritytests
1356 Downloads
check your database for obsolete fields and related data-structure errors
sarfraznawaz2005/indexer
2732 Downloads
Laravel package to monitor SELECT queries and offer best possible INDEX fields.