xvilo/crt-sh-api
最新稳定版本:v0.1.0
Composer 安装命令:
composer require xvilo/crt-sh-api
包简介
crt.sh client, search through Certificate Transparency logs
README 文档
README
This is a small API client/wrapper around the https://crt.sh Certificate Transparency website. It's written in PHP and uses the PSR HTTP client component as a base.
Installation
You can install this library through composer, using the following command:
$ composer require xvilo/crt-sh-api
Usage
Example usage would be:
<?php declare(strict_types=1); include 'vendor/autoload.php'; $client = new \Xvilo\CrtShApi\CrtSh(); foreach ($client->search('google.com') as $result) { echo $result->getCommonName() . ' ' . $result->getNotBefore()->format('Y-m-d') . PHP_EOL; }
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-09-18