joomla/keychain
Joomla Keychain Package
Maintainers
4.0.0
2025-07-24 08:50 UTC
Requires
- php: ^8.3.0
- joomla/crypt: ^4.0
- joomla/registry: ^4.0
Requires (Dev)
- joomla/console: ^4.0
- phpstan/phpstan: ^2.1.17
- phpstan/phpstan-deprecation-rules: ^2.0.3
- phpunit/phpunit: ^12.2.6
- squizlabs/php_codesniffer: ^3.7.2
Suggests
- joomla/console: For managing a keychain through a command line interface
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-06-15 13:55:49 UTC
README
👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License
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"
