Libraries tagged by modelo
robclancy/presenter
1135787 Downloads
Decorate your objects using presenters. Primarily to keep presentation logic out of your models.
ramonrietdijk/livewire-tables
68978 Downloads
Dynamic tables for models with Laravel Livewire
qirolab/laravel-reactions
80038 Downloads
Implement reactions (like, dislike, love, emotion etc) on Laravel Eloquent models.
php-tmdb/api
390728 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
php-mcp/schema
694054 Downloads
PHP Data Transfer Objects (DTOs) and Enums for the Model Context Protocol (MCP) schema.
nunomaduro/laravel-sluggable
9030 Downloads
Automatic slug generation for Eloquent models via the #[Sluggable] attribute.
muffin/footprint
716549 Downloads
CakePHP plugin to allow passing currently logged in user to model layer
mtvs/eloquent-hashids
479000 Downloads
On-the-fly hashids for Laravel Eloquent models.
mpociot/laravel-test-factory-helper
643399 Downloads
Generate Laravel test factories from your existing models
mostafaznv/laracache
55448 Downloads
LaraCache is a customizable cache trait to cache queries on model's events
mootensai/yii2-enhanced-gii
200133 Downloads
Generate Relational (hasMany, hasOne, belongsTo, & nested) Models & CRUD.
mchev/banhammer
132241 Downloads
Banhammer for Laravel allows you to ban any Model by key and by IP.
mansoor/filament-versionable
166201 Downloads
Effortlessly manage revisions of your Eloquent models in Filament.
lochmueller/calendarize
177472 Downloads
Create a structure for timely controlled tables (e.g. events) and one plugin for the different output of calendar views (list, detail, month, year, day, week...). The extension is shipped with one default event table, but you can also 'calendarize' your own table/model. It is completely independent and configurable! Use your own models as event items in this calender. Development on https://github.com/lochmueller/calendarize
llm-agents/agents
22587 Downloads
LLM Agents PHP SDK - Autonomous Language Model Agents for PHP