Libraries tagged by model deletion
tomatophp/filament-meta
262 Downloads
Convert any model on your app to pluggable model using Meta and get ready to use relation manager on FilamentPHP panel
phpfui/orm
231 Downloads
Minimal ORM for MySQL, SQLite and MariaDB
eprofos/user-agent-analyzer
45 Downloads
A powerful Symfony bundle for user-agent analysis. It provides accurate detection of operating systems (Windows, MacOS, Linux, iOS, Android...), browsers (Chrome, Firefox, Safari...), and device types (Desktop, Mobile, Tablet, TV...). Supports specific version detection and includes advanced handling of special cases like WebViews and compatibility modes. Features comprehensive logging and detailed analysis results.
mjkhajeh/wporm
67 Downloads
WPORM is a lightweight, Eloquent-inspired ORM for WordPress plugins and themes. It provides expressive, fluent query building, model relationships, schema management, attribute casting, and event hooks—while fully supporting the WordPress database API and table prefixing. WPORM makes it easy to build modern, maintainable database code in any WordPress project.
namaa-solutions/laravel-orion
2982 Downloads
Laravel Orion allows you to build a fully featured REST API based on your Eloquent models and relationships with the simplicity of Laravel as you love it.
dennisvandalen/laravel-iso-countries
468 Downloads
Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.
luezoid/laravel-core
2017 Downloads
A feature rich Laravel package which provides fast & flexible way to quickly build powerful RESTful APIs. Various other features like queries & filters over nested complex relationships between models can be done on the go using this package. Read the docs for more info.
karabinse/eloquent-searchable
4066 Downloads
Easily search eloquent models and their relations
kalimeromk/filterable
2443 Downloads
A Laravel package that simplifies dynamic filtering and searching across models and their relationships, eliminating repetitive query code.
jarektkaczyk/eloquent-triple-pivot
1113 Downloads
Many-to-many relations between 3 models
omaressaouaf/query-builder-criteria
77 Downloads
Define reusable query criteria for filtering, sorting, search, field selection, and includes in Laravel Eloquent models
tecdiary/laravel-attachments
1747 Downloads
Attach files to your models, retrievable by key, group name or using the Eloquent relationship.
roddy/firestore-eloquent
364 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding \"Model\"/\"Class\" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
froog/silvergraph
5731 Downloads
Generates data model visualisations from SilverSripe DataObjects, displaying database fields, relations and ancestry
touhidurabir/laravel-model-soft-cascade
40 Downloads
A laravel package to handle cascade delete and restore on model relations.