laravel-decimal
by oriolsegura
Value Object to handle decimals in Laravel without losing precision and directly from Eloquent models.
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-json-mutator
by echoaro
A Laravel package for easy JSON metadata management with custom casts
laravel-iso-countries
by azakhozhiy
Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.
laravel-helper
by ngankt2
A Laravel helper package that includes security utilities, field encryption, data casting, and commonly used helper functions.
laravel-date-time-zone-cast
by maartenpaauw
A Laravel cast to convert strings to DateTimeZone instances
laravel-iso-countries
Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.
laravel-multi-language-strings
by dejodev
Laravel Package that adds a Multilanguage string class and an Attribute cast for adding language support to Models.
laravel-attribute-restrictor
by enriko
For Laravel. Easy way to restrict access to specified attributes in a Model
laravel-iso-countries
by arthurydalgo
Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.
laravel-south-african-id
by spoorsny
Validation rules and an Eloquent Model attribute cast to value object encapsulating a South African government-issued personal identification number, for Laravel.
laravel-countries
by cyberionsys
A database with ISO country information in all configured translations
laravel-decimal-locale
by ejetar
🔄 Cast your model attributes to the decimal format of another location.
laravel-useful-casts
by renoki-co
Laravel Useful Casts is a simple package for Laravel 7.0+ that comes with already-tested and already-written, useful casts for Eloquent models.
laravel-mongodb-embedded-models
by mistersaal
A more productive and simpler solution for embedding models in mongodb models than custom casts in Laravel.