certly/globalsign

There is no license information available for the latest version (v1.0) of this package.

GlobalSign API Wrapper

This package's canonical repository appears to be gone and the package has been frozen as a result.

v1.0 2015-12-12 20:33 UTC

This package is not auto-updated.

Last update: 2021-10-16 02:52:48 UTC


README

Travis Build Status StyleCI Code Climate

A GlobalSign API wrapper for PHP.

Getting Started

require "vendor/autoload.php";

$api = new Certly\GlobalSign\GlobalSign("PAR123456", "VerySecurePassw0rd!", true);
echo var_dump($api->GetDVApproverList([
    "FQDN" => "ian.sh"
], true));