Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 298 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 298 Bytes

PHP CertCentral

PHP client for the DigiCert cert-central API.

Usage

<?php
require_once 'vendor/autoload.php';

use Wahyuief\PhpCertcentral\Client;
use Wahyuief\PhpCertcentral\Product;

// Config X-DC-DEVKEY
new Client('YOUR_X_DC_DEVKEY');

// Print JSON Output
echo Product::get();