Download the PHP package daniesy/hacked-emails without Composer
On this page you can find all versions of the php package daniesy/hacked-emails. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download daniesy/hacked-emails
More information about daniesy/hacked-emails
Files in daniesy/hacked-emails
Package hacked-emails
Short Description A simple and updated Hacked Emails Api wrapper for Laravel 5.5+
License MIT
Informations about the package hacked-emails
Hacked Emails Scanner
A simple and updated Hacked Emails Api wrapper for Laravel 5.5+
Info
This package is designed to be used with Laravel 5.5, but you can use it as a standalone package too.
Hacked Emails Scanner provides a service provider and a facade, but thanks to Laravel's package auto-discovery, you DON'T need to edit app.php
. :)
Laravel Virus Scanner
A simple and updated Virus Total wrapper for Laravel 5.5+
Info
This package is designed to be used with Laravel 5.5, but you can use it as a standalone package too.
Laravel Virus Scanner provides a service provider and a facade, but thanks to Laravel's package auto-discovery, you DON'T need to edit app.php
. :)
Instalation
Get starting in 1 easy step:
- Install package:
composer require daniesy/hacked-emails
Usage
Hacked Emails Scanner implements all the features offered by the Hacked Emails Api used to check if your accounts have been hacked.
use HackedEmails;
$report = HackedEmails::check('[email protected]');
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