joomla / keychain
Joomla Keychain Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 1 078
Dependents: 3
Suggesters: 0
Security: 0
Stars: 3
Watchers: 15
Forks: 11
Open Issues: 0
Type:joomla-package
Requires
- php: ^8.1.0
- joomla/crypt: ^3.0
- joomla/registry: ^3.0
Requires (Dev)
- joomla/console: ^3.0
- phpstan/phpstan: 1.12.27
- phpstan/phpstan-deprecation-rules: 1.2.1
- phpunit/phpunit: ^9.5.28
- squizlabs/php_codesniffer: ^3.7.2
Suggests
- joomla/console: For managing a keychain through a command line interface
This package is auto-updated.
Last update: 2025-07-13 09:41:49 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 "~3.0"
If you want to include the test sources and docs, use
composer require --prefer-source joomla/keychain "~3.0"