Skip to content

Additional Encryption Casts

Compare
Choose a tag to compare
@RichardStyles RichardStyles released this 27 Oct 20:49
· 25 commits to master since this release

This release includes additional Encrypted Casts which perform a secondary cast before/after encryption or decryption.

  • EncryptedInteger - For Integers
  • EncryptedFloat - For floats
  • EncryptedCollection - For Collections as Illuminate\Support\Collection

More cast types will be added in future, or sooner if you add a PR with tests!