joomla / keychain
Joomla Keychain Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 1 065
Dependents: 3
Suggesters: 0
Security: 0
Stars: 4
Watchers: 15
Forks: 9
Open Issues: 0
Type:joomla-package
Requires
- php: ^7.2.5|~8.0.0|~8.1.0
- joomla/crypt: ^2.0
- joomla/registry: ^2.0
Requires (Dev)
- joomla/coding-standards: ^3.0@dev
- joomla/console: ^2.0
- phpunit/phpunit: ^8.5|^9.0
Suggests
- joomla/console: For managing a keychain through a command line interface
This package is auto-updated.
Last update: 2023-05-24 11:34:09 UTC
README
The Keychain package is an extension of the Registry package which provides a way to securely store sensitive information such as access credentials or any other data.
Requirements
Installation
To install the package, you can run the following from the command line:
composer require joomla/keychain "~2.0"
If you want to include the test sources and docs, use
composer require --prefer-source joomla/keychain "~2.0"