Libraries tagged by data model
paxha/laravel-reportable
1198 Downloads
This Laravel Eloquent extension provides record according to dates using models.
lychee/message
26 Downloads
Wechat message data object model
scubaclick/meta
3451 Downloads
Attach meta data to Eloquent models
nelkasovic/laravel-metable
734 Downloads
A package for attaching arbitrary data to Eloquent models
moirei/eloquent-metrics
473 Downloads
Retrieve metric data on Eloquent Models for analytics.
mantix/livewire-kanban-board
292 Downloads
Livewire component to show models/data according to its current status on a Kanban board
morontt/doctrine-to-ember
1433 Downloads
Conversion models Doctrine2 to the models Ember-Data
locomotivemtl/charcoal-config
23972 Downloads
Charcoal component for configuration data and object modeling
zolex/vom
91315 Downloads
Versatile Object Mapper. Map arbitrary data to strictly typed models using PHP attributes.
sirs/dataimporter
2128 Downloads
Package for keeping track of multiple CSV data imports for multiple models
chandra-hemant/htkc-utils
176 Downloads
Introducing a powerful and flexible dynamic search, push notifications, file upload, alpha numeric generator functions for Laravel applications, designed to simplify complex queries with nested and recursive relationship conditions. This package provides an elegant solution to dynamically search across multiple models and their related data, offering developers the ability to handle various levels of relationships in a single, streamlined query.
adlanarifzr/translatr
42 Downloads
A simple trait to translate data from database through Laravel model
dms-org/common.structure
4739 Downloads
Implementation of common data structures for use in domain models
vxsoft/laravel-repository
14 Downloads
Laravel Repository is a powerful Laravel package designed to simplify the interaction with Eloquent models by implementing a repository-based architecture. It separates the data persistence logic from the application's business logic, promoting a clean, maintainable, and testable codebase.
jeffersongoncalves/laravel-created-by
7 Downloads
This Laravel package automatically logs the currently logged-in user's ID to the `created_by`, `updated_by`, `deleted_by`, and `restored_by` fields of your Eloquent models. It also automatically timestamps the `restored_at` field when a model is restored. This simplifies the tracking of data modifications and provides valuable auditing capabilities. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.