joomla/keychain

Joomla Keychain Package

Package info

github.com/joomla-framework/keychain

Type:joomla-package

pkg:composer/joomla/keychain

Statistics

Installs: 1 080

Dependents: 3

Suggesters: 0

Stars: 3

Open Issues: 0

4.0.0 2025-07-24 08:50 UTC

Requires

Suggests

  • joomla/console: For managing a keychain through a command line interface

Provides

None

Conflicts

None

Replaces

None

LGPL-2.1-or-later fd030033d352075b1db6e7d4c7197eff5bd4f79a

frameworkjoomlakeychain


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 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"