2017 © Pedro Peláez
 

library keyarmory

Key Armory client library for PHP

image

keyarmory/keyarmory

Key Armory client library for PHP

  • Tuesday, October 25, 2016
  • by ebrian
  • Repository
  • 1 Watchers
  • 2 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Key Armory client library for PHP

This is the official PHP client library for the Key Armory Encryption Key Orchestration Service. You'll first need an account by going to https://keyarmory.com. Follow the instructions to set up a project and key pool and then place the API Key you receive in the initialization script below., (*1)

Installation

composer require keyarmory/keyarmory

``` "keyarmory/keyarmory": "*", (*2)


### Instantiation ```php $keyarmory = new \KeyArmory\KeyArmory([ 'api_key' => 'your_api_key_here' ]);

Encryption

$encrypted_string = $keyarmory->encrypt($your_data);

Decryption

$your_data = $keyarmory->decrypt($encrypted_string);

The Versions

25/10 2016

dev-master

9999999-dev

Key Armory client library for PHP

  Sources   Download

ISC

The Requires

 

The Development Requires

by Matthias Kaschubowski
by Shannon Warren

25/10 2016

0.0.1

0.0.1.0

Key Armory client library for PHP

  Sources   Download

ISC

The Requires

 

The Development Requires

by Matthias Kaschubowski
by Shannon Warren