eyal-shalev/pwned
Composer 安装命令:
composer require eyal-shalev/pwned
包简介
A client that exposes the https://haveibeenpwned.com APIs.
README 文档
README
This library exposes the https://haveibeenpwned.com APIs.
Features
- An intuitive client class
- APIs:
- BreachesForAccount
- AllBreaches
- SingleBreach
- AllDataClasses
- PHPUnit tests
Dependencies
- guzzlehttp/guzzle: ^6.1
Installation
require eyal-shalev/pwned
Usage example
The following will return all the breaches under the adobe.com domain.
$client = new \EyalShalev\Pwned\Client('eyal-shalev/pwned:test', 2);
$breaches = $client->getAllBreaches('adobe.com');
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-02