laravel-ai-attributes
by parselynk
Add AI-powered computed attributes to any Eloquent model — a thin Eloquent layer on top of the official Laravel AI SDK.
laravel-workflow
by zaber-dev
Application-level workflow orchestration for Laravel with state transitions, audit history, rollback support, cache and database drivers, Eloquent integration, and a fluent API.
laravel-content-bridge
by goodfellazz
Universal Laravel bridge for external AI content generation SaaS
laravel-reservation
by zaber-dev
Application-level resource reservation for Laravel with stateful booking lifecycles, expiration, cache and database storage, Eloquent integration, middleware, and a fluent builder API.
laravel-base-repository
by robertgdev
A lightweight base repository for Laravel Eloquent models with full CRUD and query support, no Criteria overhead.
laravel-bit-masks
by zuko
Bitmask toolkit for Laravel — flag class generator, Eloquent integration, fluent query scopes and bit-level helpers.
laravel-api-query-helper
by iwastenot
Turn HTTP query strings into safe Eloquent queries - filtering, sorting, _q search, relation filters, and OR groups for Laravel APIs
json-api-laravel
by haddowg
Laravel package for haddowg/json-api: idiomatic routing, content negotiation, validation, and an Eloquent data layer for spec-compliant JSON:API 1.1 endpoints.
laravel-mssql-case-adapter
by basedon
Transparent snake_case to UPPERCASE identifier mapping for legacy SQL Server databases in Laravel.
laravel-quota
by zaber-dev
Application-level quota management for Laravel with calendar periods, multiple storage backends, and expressive APIs.
laravel-auditable
by gsebastiao
Auditoria Eloquent com resolução de labels legíveis (resolveMap), agrupamento de operações multi-tabela por batch, auditoria de falhas com debug e multitenancy opcional. Agnóstico à estratégia de tenancy.
laravel-lock
by zaber-dev
Application-level distributed locking for Laravel with Eloquent integration, middleware, automatic owner detection, and cache/database storage.
laravel-generator
Generate Laravel models, migrations, and seeders from existing database tables
laravel-timezone-serialization
by cetria
Laravel trait for timezone-aware Eloquent model date serialization.
laravel-ltree
by happenv-com
The reference-quality Laravel integration for PostgreSQL ltree, lquery and ltxtquery.
laravel-cooldown
by zaber-dev
Application-level action cooldown management for Laravel with cache and database storage, Eloquent integration, middleware, and a fluent API.
model-auditor-laravel
by paresh27
Laravel integration for paresh27/model-auditor — audit Eloquent model changes
laravel-route-model-upcaster
by cetria
Laravel package for automatically resolving Eloquent models based on a database column.
laravel-discount
by binafy
The Laravel-Discount is a Laravel package designed to handle discounts in your application effortlessly
laravel-friendships
This package gives Eloquent models the ability to manage their friendships.
laravel-persian-search
by zarbinco
Persian-aware search indexing, query expansion, wrong-keyboard typing correction, and relevance tools for Laravel, powered by laravel-persian-core.
laravel-eloquent-embeddables
by kyzegs
Doctrine-like embeddables for Eloquent using Laravel's native custom cast system.
laravel-redis-model-cache
by sm-me
Optimized Redis model and hash-set caching service for Laravel Eloquent.
laravel-data-retention
by webrek
Declarative data retention for Laravel: keep records for a window, then delete or anonymize them automatically — with a compliance audit log.
laravel-log-database
by sinemacula
A database Monolog log driver for Laravel - persists log records to an Eloquent-backed table.
laravel-drafts
by parallelteam
Add drafts, versioning, and publication workflow to any Eloquent model — ideal for content editing, previews, and rollback.
laravel-webhooks
Framework-agnostic outgoing webhooks for Laravel: dispatch HTTP webhooks on Eloquent model events with signing, logging and queue support.
laravel-query-engine
by victormgomes
Automatically generates dynamic API parameters, strict validation, and optimized queries based on Eloquent Models.
laravel-model-mcp
Auto-expose Eloquent models as policy-enforced MCP tools. Safe-by-default CRUD over the Model Context Protocol, gated by your Laravel Policies, scoped to your tenant, and audited.
summae-laravel
by superheld
Laravel adapter for summae-core: service provider, database persistence, migrations
laravel-lucene
by prometa
Pure-PHP Lucene query parser with a Laravel/Eloquent adapter that compiles Lucene queries into safe, parameterized SQL.
yammi-audit-log-laravel
by romalytar
Universal change history and audit log for Laravel. Tracks who changed what and when across Eloquent models, with rich actor attribution (user, job, command, scheduler), field-level diffs, human-readable relationship labels and a timeline dashboard.
laravel-manticore-eloquent
Use Eloquent natively on Manticore Search — a Laravel database driver over the Manticore MySQL protocol.
laravel-request-query-cache
by langsys
Request caching toolkit for Laravel: per-request Eloquent query deduplication (firstCached/getCached) plus idempotent HTTP responses via the idempotent middleware.
laravel-querybuilder
Reusable query builder helpers for Eloquent APIs on Laravel 10 through 13.
laravel-anvil
by zuqongtech
Full Laravel project scaffolding via live database introspection — models, controllers, form requests, services, repositories, gates, API routes, factories, seeders, migrations, events, observers, policies, and feature tests generated from your connected database.
laravel-state-machine
by webrek
Declarative state machines for Eloquent models with guards, events and transition history.
laravel-money
by webrek
An immutable money value object for Laravel with safe arithmetic, allocation and Eloquent casting.
laravel-blame
by bernskiold
Automatically track which user created and last updated your Eloquent models, with relations and schema macros.
laravel-activatable
by bernskiold
Give Eloquent models an active/inactive state with scopes, events, factory states and a schema macro.
laravel-secure-fields
by vimatech
Secure encrypted Eloquent model fields for sensitive data in Laravel applications.
laravel-audit-core
by aw3r1se
Eloquent model & relation change auditing for Laravel, with a pluggable transport
laravel
by synapcores
Laravel integration for the SynapCores AIDB PHP SDK — facade, artisan commands, Eloquent vector cast, RAG trait, and queueable agent jobs
laravel-custom-fields
by hyder-kamran
A powerful, production-ready Laravel package for dynamic custom fields — attach any field type to any Eloquent model.
laravel-queryable
by omoba
Declarative search, sort, and filter scopes for Eloquent models — with relationship traversal.