Libraries tagged by model cast
rennokki/eloquent-settings
4217 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.
oppytut/laravel-lift12
537 Downloads
Take your Eloquent Models to the next level
dennisvandalen/laravel-iso-countries
462 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.
joerucci/laravel-domain-tools
415 Downloads
This package provides domain-driven design (DDD) support for Laravel applications by enhancing artisan make commands with --domain argument. When used, generated files (like models, casts, events, etc.) are placed into a specific domain folder within your app.
mad-web/laravel-enum
136026 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
lemax10/laravel-enums
1843 Downloads
Simple Enum implementation for Laravel. With ability to casting for Eloquent models and labels translations via lang files.
geekk-net/laravel-enum
2230 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
mjkhajeh/wporm
56 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
1453 Downloads
Automatically cast model attributes based on database columns
devio/laravel-model-cast
29 Downloads
grummfy/eloquent-extended-cast-model
19 Downloads
This library help you to make more advanced cast to eloquent model.
multisafepay/laravel-cast-json-models
80 Downloads
A simple and direct way of casting json objects to models
jarivas/laravel-cast-json-models
21 Downloads
A simple and direct way of casting json objects to models
renoki-co/laravel-useful-casts
3579 Downloads
Laravel Useful Casts is a simple package for Laravel 7.0+ that comes with already-tested and already-written, useful casts for Eloquent models.
movor/laravel-custom-casts
172 Downloads
Make your own custom cast type for Laravel model attributes