attribute-encryption
by larapack
Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.
encryptable
by sagalbot
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
laravel-database-encryption
by austinheap
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
laravel-mcrypt-faker
by thomaswelton
Allows installation of Laravel where the PHP Mcrypt extension is not available. Provides encryption using OpenSSL, or by disabling encryption entierly.