dev-master
9999999-devAn utility to perform RESTful API call with end-to-end encryption
Apache-2.0
The Requires
- ext-curl *
- psr/http-message ^1.0
- php >=7.0
- ext-openssl *
by Denis Benato
Wallogit.com
2017 © Pedro Peláez
An utility to perform RESTful API call with end-to-end encryption
An implementation of RESTful API with end-to-end encryption and compression, with a support to PSR-7 standard., (*1)
In order to implement the library you have to obtain an encryption key., (*2)
Just run the following command on a Linux PC or server running from more than half an hour:, (*3)
head -c 32 /dev/urandom | base64
than write in your application startup file:, (*4)
define('APIHACKFUL_ENCRYPTION_KEY', "8jBsckIGj9XQ7rKIwk53NtbiyP2pH0qJgZKH8cICtr4=");
obviously... DO NOT USE THE EXAMPLE!, (*5)
Not ready (yet)., (*6)
An utility to perform RESTful API call with end-to-end encryption
Apache-2.0