承接 leonbarrett/keychain 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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:

http://blog.macromates.com/2006/keychain-access-from-shell/

http://blogs.developerforce.com/developer-relations/2011/11/using-keychain-for-secure-text-on-os-x.html

统计信息

  • 总下载量: 17
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-01-02