daniesy/hacked-emails

为Laravel 5.5+提供简单且更新的Hacked Emails Api包装器

安装: 70

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 1

开放问题: 0

类型:laravel

1.0.1 2017-09-20 13:05 UTC

This package is auto-updated.

Last update: 2024-09-10 00:46:16 UTC


README

为Laravel 5.5+提供简单且更新的Hacked Emails Api包装器

信息

此包旨在与Laravel 5.5一起使用,但您也可以将其作为独立包使用。Hacked Emails Scanner提供服务提供者和外观,但得益于Laravel的包自动发现,您无需编辑app.php。 :)

Laravel病毒扫描器

为Laravel 5.5+提供简单且更新的Virus Total包装器

信息

此包旨在与Laravel 5.5一起使用,但您也可以将其作为独立包使用。

Laravel病毒扫描器提供服务提供者和外观,但得益于Laravel的包自动发现,您无需编辑app.php。 :)

安装

只需1步即可开始

  1. 安装包: composer require daniesy/hacked-emails

使用方法

Hacked Emails Scanner实现了用于检查您的账户是否被黑掉的Hacked Emails Api所提供的所有功能。

use HackedEmails;

$report = HackedEmails::check('info@example.com');

echo $report->isSafe();             // Returns a bool based on whether the email has been hacked or not    
echo $report->getResults();         // The number of leaks
var_dump($report->getHackData());   // Returns an array of leaks