Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.33 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.33 KB

The Keychain Package Build Status

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 8.1 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 "~3.0"

If you want to include the test sources and docs, use

composer require --prefer-source joomla/keychain "~3.0"