joomla/keychain

Joomla Keychain Package

3.0.0 2023-10-08 13:07 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

  • PHP 7.2 or later
  • Joomla! Framework Crypt package
  • Joomla! Framework Registry package

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"