Libraries tagged by cast
liquiddesign/admin
6216 Downloads
Ⓐ Admin je routa a sada tříd pro možnost mít u každého modulu část pro administraci
inspirum/xml
9988 Downloads
Simple XML writer and memory efficient XML reader with powerful xml-to-array cast
dazet/type-utils
23080 Downloads
Type casting utils for PHP.
crudly/encrypted
3127 Downloads
Encryption and hashing casts for Eloquent
renoki-co/laravel-useful-casts
3576 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.
neuecommerce/model-casts
3943 Downloads
Some handy Laravel Eloquent model casts.
floor9design/laravel-casts-uuid
4323 Downloads
A class for casting ramsey/uuid into laravel models
vicgutt/laravel-auto-model-cast
1452 Downloads
Automatically cast model attributes based on database columns
theod02/castor-class-task
1142 Downloads
Add possibility to use class and methods to expose task in castor
shin1x1/safe-cast
3441 Downloads
nathandunn/laravel-currency-casts
806 Downloads
morningtrain/data-transfer-object-casters
2243 Downloads
A package containing Data Transfer Object casters, for use with spatie/data-transfer-object
mohammedmanssour/file-cast
98 Downloads
Easily manage uploaded files in your Laravel app, with automatic path saving and handy value objects for effortless access.
eboreum/caster
2382 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
calmohallag/nullable-casting
6696 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.