PHP code example of evandojunior / certificatevalidator
1. Go to this page and download the library: Download evandojunior/certificatevalidator library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
evandojunior / certificatevalidator example snippets
model => o modelo do certificado digital
company_owner => o dono do certificado digital,
cnpj => CNPJ da empresa dona do certificado,
company_issuer => empresa que emitiu o certificado,
agency => orgão homologador do certificado,
city => cidade,
state => estado,
country => país,
creation_date => data de criação no formato (Y-m-d),
due_date => data de vencimento no formato (Y-m-d),
expired=> booleano, se o certificado estiver vencido ou não