Libraries tagged by database field
axyr/silverstripe-ideannotator
18118 Downloads
Generate PHP DocBlock annotations for DataObject and DataExtension databasefields and relation methods
venturedrake/laravel-encryptable
8180 Downloads
Automatically encrypt and decrypt database table fields
sqltools/where
58685 Downloads
PHP7.1 Fluent, immutable SQL query builder. Connectionless, framework-agnostic, no dependency.
konekt/laravel-migration-compatibility
127329 Downloads
Library to help migrations to figure out whether a related field is int or bigInt
zauberfisch/silverstripe-serialized-dataobject
3435 Downloads
SilverStripe database field that allows saving arbitrary data in a single db field using serialization
lekoala/silverstripe-encrypt
4961 Downloads
Encrypted database fields and files for SilverStripe using CipherSweet
ionghitun/laravel-lumen-mysql-encryption
2132 Downloads
Database fields encryption in laravel and lumen for mysql databases with native search and anonymize data for gdpr.
testmonitor/eloquent-incrementable
22522 Downloads
Define a custom auto-increment field in your Eloquent model, that is determined through PHP rather than your database engine.
bugloos/query-sorting-bundle
4706 Downloads
The query sorting bundle allows you to sort data from QueryBuilder and the Database. you can sort multiple columns at the same time and also you can sort relation fields with two-level deep and without any join in your query builder.
bugloos/query-filter-bundle
4713 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
2154 Downloads
Silverstripe Module that adds a phone field to your database field options, such as Varchar and HTMLText
sunnysideup/email_address_database_field
1821 Downloads
E-mail address database field for the Silverstripe CMS
digitalmanagerguru/laravel-json-fields
91 Downloads
A package to work with database JSON fields with laravel eloquent Models.
marshmallow/nova-map-box-field
1552 Downloads
A field for Laravel Nova 4 to create mapbox polygons and store them into your database. Awesome stuff really!
jsefton/laravel-virtual-fields
838 Downloads
Allow eloquent models to store and retreive data against anything without needing a specific database column