Download the PHP package renoki-co/laravel-useful-casts without Composer
On this page you can find all versions of the php package renoki-co/laravel-useful-casts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download renoki-co/laravel-useful-casts
More information about renoki-co/laravel-useful-casts
Files in renoki-co/laravel-useful-casts
Package laravel-useful-casts
Short Description Laravel Useful Casts is a simple package for Laravel 7.0+ that comes with already-tested and already-written, useful casts for Eloquent models.
License Apache-2.0
Homepage https://github.com/renoki-co/laravel-useful-casts
Informations about the package laravel-useful-casts
Laravel Useful Casts
Laravel Useful Casts is a simple package for Laravel 7.0+ that comes with already-tested and already-written, useful casts for Eloquent models.
🤝 Supporting
If you are using one or more Renoki Co. open-source packages in your production apps, in presentation demos, hobby projects, school projects or so, sponsor our work with Github Sponsors. 📦
🚀 Installation
You can install the package via composer:
🙌 Usage
Available Casts
Cast class | Purpose |
---|---|
RenokiCo\UsefulCasts\Casts\Encrypted::class |
Encrypts and decrypts a value from the database |
RenokiCo\UsefulCasts\Casts\Arrayed::class |
Serializes and unserialies an array. If the value is null, returns an empty array. |
RenokiCo\UsefulCasts\Casts\EncryptedArray::class |
Encrypts and decrypts a value from the database, making sure it's always an array, even if the value is set or get as null |
🐛 Testing
🤝 Contributing
Please see CONTRIBUTING for details.
🔒 Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
🎉 Credits
- Alex Renoki
- All Contributors
All versions of laravel-useful-casts with dependencies
illuminate/database Version ^9.35|^10.5
illuminate/support Version ^9.35|^10.5