Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 833 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 833 Bytes

SecurePass' PHP APIs (SDK)

This is the SDK to access SecurePass' core APIs.

Getting Started

  1. Sign up for AWS – Before you begin, you need to [sign up for an Securepass account][https://beta.secure-pass.net]
  2. Minimum requirements – To run the SDK, your system will need to meet the [minimum requirements][docs-requirements], including having PHP 5.3.3+ compiled with the cURL extension and cURL 7.16.2+ compiled with OpenSSL and zlib.
  3. Install the SDK – Using [Composer][] is the recommended way to install the Securepass SDK for PHP.

More information on the APIs here: https://beta.secure-pass.net/

Contributors are more than welcome, join the mailing list here: http://lists.garl.ch/cgi-bin/mailman/listinfo/securepass-tech

Todos

  1. Tests
  2. Documentation