2017 © Pedro Peláez
 

library lastpass-php

image

robertromore/lastpass-php

  • Wednesday, March 15, 2017
  • by robertromore
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 50 % Grown

The README.md

lastpass-php

This is an unofficial, partial port of the lastpass-cli project, and is used to retrieve a user's stored accounts' information from LastPass with PHP. This project is not associated with LastPass in any way., (*1)

requirements

In order to use this, you will need PHP with the OpenSSL extension, and the phpseclib library., (*2)

example usage

An example of getting a user's stored LastPass information:, (*3)


searchAccounts(); // The searchAccounts method also accepts two parameters: // $search (string) The text to search for. // $fields_to_search (array) An array of account fields to search through. By default, this method searches all fields: id, name, fullname, url, and username. $mysite_account = $LP->searchAccounts("mysite", array("url")); ?>

The Versions

15/03 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Robert Romore