laravel-aggregated-queries
by rgalstyan
Optimize Laravel queries using SQL JSON aggregation (belongsTo/hasOne/hasMany in a single query)
laravel-api-relations
by carlin
Eloquent-like API relationships for Laravel with composite key support and N+1 prevention
laravel-repository-service
by nauxa-labs
A flexible Repository and Service pattern implementation for Laravel applications
laravel-tags
by blamodex
A simple, Laravel-ready tagging package for rapid prototyping and lightweight use cases.
laravel-mustache-resolver
by aichadigital
Framework-agnostic, fully testable, SOLID-compliant mustache template resolver for PHP applications with first-class Laravel integration
constrained-morph-to-for-laravel
by pindab0ter
Constrained polymorphic relationships for Laravel Eloquent - limit morphTo relationships to specific model types
laravel-change-logs
A comprehensive change logs tracking package for Laravel 11+ that automatically tracks all model changes (create, update, delete, restore) with detailed audit trails
laravel-enum
by rawnoq
A comprehensive Laravel package for working with PHP Enums, providing casting, validation, translation, query scopes, and more
laravel-recursive-relations
Recursive parent-child traversal for Eloquent models.
laravel-query-filter
by soliudeen999
A powerful and flexible query filter system for Laravel applications
laravel-audit-logging
by lunnar
Comprehensive audit logging for Laravel: model events, HTTP requests, outgoing API calls, and request tracing with integrity verification
laravel-codeable
by hith
A lightweight Eloquent trait for generating, storing, expiring, and managing numeric codes (OTPs, tokens) on any model.
laravel-bcmath-cast
by yuwuhsien
Laravel Eloquent casts for PHP 8.4's BCMath\Number object API, enabling natural operator-based arithmetic on model attributes while maintaining arbitrary precision decimal accuracy.
laravel-toon-export
by azzoelabbar
Hashed TOON exporters for Laravel (collections, models, queries).
laravel-oracle-sequence
by dayatdev
A Laravel package to handle Oracle SEQUENCE operations (auto NEXTVAL and sequence creation) easily.
laravel-objectid
by wooserv
Elegant, fast ObjectId generator for Laravel models with automatic ID assignment, schema macro, and helper function.
laravel-saveable
by ritechoice23
A flexible Laravel package for adding save/bookmark functionality to any model with collections, metadata, and ordering support.
laravel-reactions
by ritechoice23
A simple, flexible Laravel package for adding polymorphic reactions to any model. React with any text: like, love, care, or anything you want.
laravel-taggable
by ritechoice23
The most intuitive and powerful Laravel tagging package that just works. Add intelligent tag normalization, trending analytics, powerful queries, and bulletproof edge case handling with zero configuration required.
laravel-followable
by ritechoice23
A Laravel package to add follow/unfollow functionality to Eloquent models.
laravel-remote-eloquent
by mucan54
Execute Eloquent queries on remote Laravel backend with automatic Row Level Security
laravel-cloudflare-d1
by erimeilis
Production-ready Cloudflare D1 database driver for Laravel with full Eloquent support, 20x faster bulk inserts, and complete MySQL migration tooling
laravel-smart-model-tracker
by sharifuddin
Automatically handles created_by, updated_by, created_at, updated_at, and deleted_by for Eloquent models. Seamless user tracking with zero boilerplate code.
laravel-smart-auto-slug
by sharifuddin
Automatically generates clean, SEO-friendly, and unique slugs for Eloquent models with transaction-safe duplicate prevention.
laravel-smart-filter
by sharifuddin
Advanced smart filtering for Laravel Eloquent models with relation support and multiple filter types
laravel-smart-search
by sharifuddin
A smart search helper for Laravel. Provides advanced Eloquent search with relation discovery and multiple search modes.
laravel-json-filter
by pawsmedz
Dynamic JSON filtering for Eloquent Builder with Laravel 9-12 & PHP 8.1-8.4 support (MySQL, PostgreSQL & SQLite).
laravel-eav
by abdylreshit
A lightweight EAV package for Laravel: add dynamic, typed attributes to any Eloquent model with validation and easy querying.
laravel-datatable
A powerful Laravel package for building advanced DataTable filters with column filtering, global search, and custom filters
laravel-model-versions
by act-training
A Laravel package for automatic model versioning with selective attribute tracking and restore capabilities
laravel-model-encryption
by silverd
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
laravel-request-filters
by curvestech
Simpler way to map request queries to database queries in a seamless way that follows single responsibility principle
laravel-hashable-routes
by iridiumintel
A Laravel package that provides short, secure, and per-model configurable hashed route keys instead of incremental IDs.
laravel-translatable
by rat.md
Awesome translatable Laravel Eloquent models (for MySQL, MariaDB, PostgreSQL, SQLite & MongoDB).
laravel-dynamic-filters
by dibakar
A flexible and dynamic filtering system for Laravel Eloquent models that allows for easy implementation of complex filtering and searching capabilities in your applications.
laravel-eloquent-cache-magic
by fxcjahid
A lightweight Laravel package for automatic Eloquent query caching with zero-code auto-cache, Redis/Memcached tag support, and automatic cache invalidation
laravel-validate-models
by indy2kro
Validate Eloquent models against the database schema (columns, casts, fillables, relations).
sleeper-laravel
Fluent Laravel SDK for the Sleeper API (Saloon-based) with Sushi-powered players cache.
laravel-json-mutator
by echoaro
A Laravel package for easy JSON metadata management with custom casts
laravel-dto-morph-cast
by hdaklue
MorphCast for Laravel Validated DTO - Dynamic polymorphic casting for Eloquent models
laravel-searchable
by soraspire
A Laravel package that provides a flexible Searchable trait with support for custom operators (like, regex, soundex, fulltext, etc.)
laravel-couchdb-eloquent
by toolman
CouchDB Eloquent ORM for Laravel - Provides Eloquent-like interface for CouchDB operations
laravel-api-model-client
by m-tech-stack
A powerful Laravel package that enables Eloquent-like models to interact seamlessly with external APIs instead of a local database