jrrdnx / craft-covert
Plain text field type for Craft that encrypts and encodes data when saved to the database.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:craft-plugin
pkg:composer/jrrdnx/craft-covert
Requires
- php: ^8.0.2
- craftcms/cms: ^4.0.0 || ^5.0.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
README
Plain text field type for Craft that encrypts and encodes data when saved to the database.
Requirements
This plugin requires Craft CMS ^4.0.0 or ^5.0.0 and PHP ^8.0.2
Installation
To install the plugin, follow these instructions.
- Open your terminal and go to your Craft project:
cd /path/to/project
- Then tell Composer to load the plugin:
composer require jrrdnx/craft-covert
- In the Control Panel, go to Settings -> Plugins and click the "Install" button for Covert. You can also use the CLI to install and enable:
php craft plugin/install covert php craft plugin/enable covert
Full documentation
Full documentation can be viewed at https://jarrodnix.dev/plugins/covert/v1
Covert Roadmap
Open an Issue to report any bugs or request a new feature.
Brought to you by Jarrod D Nix