joomla / keychain
Joomla Keychain Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 1 070
Dependents: 3
Suggesters: 0
Security: 0
Stars: 4
Watchers: 17
Forks: 10
Open Issues: 1
Type:joomla-package
Requires
- php: ^8.1.0
- joomla/crypt: ^3.0
- joomla/registry: ^3.0
Requires (Dev)
- joomla/console: ^3.0
- phan/phan: ^5.4.2
- phpstan/phpstan: ^1.10.7
- 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: 2024-10-08 21:11:40 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"