leonbarrett/keychain
Composer 安装命令:
composer require leonbarrett/keychain
包简介
A PHP wrapper for storing and retrieving passwords in OS X Keychain
关键字:
README 文档
README
PHPKeychain is a PHP wrapper for storing and retrieving passwords in OS X Keychain.
Why
You've written a CLI tool that interacts with a 3rd party service and you need to store a users sensitive details such as passwords. You could store this in a plain text file, but OS X has Keychain, so this will help you to do this.
How
Include this class in your CLI script and use the methods to set, get, update and delete passwords, all stored within Keychain.
Methods
See the demo.php file for details on how to use this class
Thanks
Thanks to the following articles:
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-02