Libraries tagged by model data
touhidurabir/laravel-model-sanitize
10680 Downloads
A laravel package to handle sanitize process of model data to create/update model records.
namoshek/laravel-scout-database
63336 Downloads
A generic Laravel Scout driver which performs full-text search on indexed model data using an SQL database as storage backend. Indexed data is stored in normalized form, allowing efficient search.
magros/laravel-model-encryption
45711 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
ashallendesign/redactable-models
1847 Downloads
A Laravel package for easily redacting model data.
wikibase/data-model
239542 Downloads
PHP implementation of the Wikibase DataModel
mintware-de/data-model-mapper
80355 Downloads
A Data to Object Mapper for PHP
alvin0/redis-model
4523 Downloads
Introducing Redis Model - a Laravel package that connects to Redis and functions similarly to Eloquent Model, offering efficient data manipulation and retrieval capabilities.
giacomomasseron/laravel-models-generator
321 Downloads
Generate Laravel models from an existing database
axn/laravel-models-generator
13412 Downloads
Eloquent model generation from the database.
laracademy/model-generator
9825 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
singlequote/laravel-datatables
22772 Downloads
This repo contains a Datatable that can render a filterable and sortable table. It aims to be very lightweight and easy to use. It has support for retrieving data asynchronously, pagination and recursive searching in relations
infinitypaul/laravel-database-filter
35211 Downloads
Need to filter database results with a query string? Here's a beautiful, easy to extend laravel package to keep your code super tidy.
austinheap/laravel-database-encryption
75949 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
laravel-freelancer-nl/fluentaql
13127 Downloads
PHP AQL Query Builder
czim/laravel-nestedupdater
48923 Downloads
Eloquent model updater for nested relations data for Laravel.