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
- Host: GitHub
- URL: https://github.com/joomla-framework/keychain
- Owner: joomla-framework
- License: lgpl-2.1
- Created: 2013-02-24T03:24:21.000Z (over 13 years ago)
- Default Branch: 3.x-dev
- Last Pushed: 2024-10-08T21:11:37.000Z (over 1 year ago)
- Last Synced: 2025-04-02T14:21:48.354Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 5.26 MB
- Stars: 4
- Watchers: 15
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## The Keychain Package [](https://ci.joomla.org/joomla-framework/keychain)
[](https://packagist.org/packages/joomla/keychain)
[](https://packagist.org/packages/joomla/keychain)
[](https://packagist.org/packages/joomla/keychain)
[](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"
```