Libraries tagged by model cast
pentacore/laravel-typefinder
1683 Downloads
Auto-generate TypeScript type definitions from Laravel Models, Enums, Casts, and Requests.
dev-toolbelt/laravel-eloquent-plus
1613 Downloads
Supercharge your Laravel Eloquent models with automatic validation, audit trails, external IDs, smart casting, and lifecycle hooks — all with zero boilerplate.
titasgailius/larastan-extended
6567 Downloads
An opinionated Larastan extension. Automatically parse model's casts() method.
juanparati/embed-models
621 Downloads
Embed sub-models inside JSON fields in Laravel Eloquent models with full casting, validation, and mass assignment support
androlax2/laravel-model-typed-settings
1643 Downloads
A Laravel package that adds type-safe settings attributes to Eloquent models with automatic casting and validation
redcrystal/cast
23051 Downloads
Laravel Value Objects: Cast your Eloquent model attributes to value objects with ease!
dottedai/laravel-model-annotator
2761 Downloads
Laravel command to annotate Eloquent models with database schema, relationships, and casts.
somnambulist/attribute-model
4512 Downloads
Provides a base model that uses an internal array of attributes with type casting
spoorsny/laravel-south-african-id
1036 Downloads
Validation rules and an Eloquent Model attribute cast to value object encapsulating a South African government-issued personal identification number, for Laravel.
rennokki/eloquent-settings
4226 Downloads
Eloquent Settings allows you to bind key-value pairs to any Laravel Eloquent model. It supports even casting for boolean, float or integer types.
vanaboom/iso-countries
164 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.
mad-web/laravel-enum
136047 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
geekk-net/laravel-enum
3357 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
mjkhajeh/wporm
340 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.
vicgutt/laravel-auto-model-cast
1454 Downloads
Automatically cast model attributes based on database columns