2017 © Pedro Peláez
 

library keychain

A PHP wrapper for storing and retrieving passwords in OS X Keychain

image

leonbarrett/keychain

A PHP wrapper for storing and retrieving passwords in OS X Keychain

  • Wednesday, January 2, 2013
  • by leonbarrett
  • Repository
  • 1 Watchers
  • 3 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

What

PHPKeychain is a PHP wrapper for storing and retrieving passwords in OS X Keychain., (*1)

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., (*2)

How

Include this class in your CLI script and use the methods to set, get, update and delete passwords, all stored within Keychain., (*3)

Methods

See the demo.php file for details on how to use this class, (*4)

Thanks

Thanks to the following articles:, (*5)

http://blog.macromates.com/2006/keychain-access-from-shell/, (*6)

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

The Versions

02/01 2013

dev-master

9999999-dev http://leonbarrett.github.com/PHPKeychain

A PHP wrapper for storing and retrieving passwords in OS X Keychain

  Sources   Download

MIT

The Requires

  • php >=5.3.6

 

php cli keychain