An open API service indexing awesome lists of open source software.

https://github.com/joomla-framework/keychain

Joomla Framework Keychain Package
https://github.com/joomla-framework/keychain

Last synced: about 1 year ago
JSON representation

Joomla Framework Keychain Package

Awesome Lists containing this project

README

          

## The Keychain Package [![Build Status](https://ci.joomla.org/api/badges/joomla-framework/keychain/status.svg?ref=refs/heads/3.x-dev)](https://ci.joomla.org/joomla-framework/keychain)

[![Latest Stable Version](https://poser.pugx.org/joomla/keychain/v/stable)](https://packagist.org/packages/joomla/keychain)
[![Total Downloads](https://poser.pugx.org/joomla/keychain/downloads)](https://packagist.org/packages/joomla/keychain)
[![Latest Unstable Version](https://poser.pugx.org/joomla/keychain/v/unstable)](https://packagist.org/packages/joomla/keychain)
[![License](https://poser.pugx.org/joomla/keychain/license)](https://packagist.org/packages/joomla/keychain)

The Keychain package is an extension of the [Registry](https://github.com/joomla-framework/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](https://github.com/joomla-framework/crypt) package
* Joomla! Framework [Registry](https://github.com/joomla-framework/registry) package

## Installation

To install the package, you can run the following from the command line:

```sh
composer require joomla/keychain "~3.0"
```

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

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