dereuromark / cakephp-tools

A CakePHP Tools plugin containing lots of useful helpers, behaviors, components, shells, ...
http://www.dereuromark.de
MIT License
336 stars 142 forks source link

add encryption behavior #291

Closed LordSimal closed 8 months ago

LordSimal commented 8 months ago

Docs need to created of course but I have used exactly this behaviour for quite some time now and was quite shocked that its not present inside your toolbox 😉

codecov-commenter commented 8 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (bf151fc) 79.74% compared to head (fa39977) 79.85%.

Files Patch % Lines
src/Model/Behavior/EncryptionBehavior.php 97.05% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #291 +/- ## ============================================ + Coverage 79.74% 79.85% +0.10% - Complexity 1921 1933 +12 ============================================ Files 78 79 +1 Lines 5397 5431 +34 ============================================ + Hits 4304 4337 +33 - Misses 1093 1094 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

LordSimal commented 8 months ago

Docs have now been added