2017 © Pedro Peláez
 

laravel hacked-emails

A simple and updated Hacked Emails Api wrapper for Laravel 5.5+

image

daniesy/hacked-emails

A simple and updated Hacked Emails Api wrapper for Laravel 5.5+

  • Wednesday, September 20, 2017
  • by Daniesy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

Hacked Emails Scanner

A simple and updated Hacked Emails Api wrapper for Laravel 5.5+, (*1)

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. :), (*2)

Laravel Virus Scanner

A simple and updated Virus Total wrapper for Laravel 5.5+, (*3)

Info

This package is designed to be used with Laravel 5.5, but you can use it as a standalone package too., (*4)

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. :), (*5)

Instalation

Get starting in 1 easy step:, (*6)

  1. 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., (*7)

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

The Versions

20/09 2017

dev-master

9999999-dev

A simple and updated Hacked Emails Api wrapper for Laravel 5.5+

  Sources   Download

MIT

by Danut Florian

20/09 2017

1.0.1

1.0.1.0

A simple and updated Hacked Emails Api wrapper for Laravel 5.5+

  Sources   Download

MIT

by Danut Florian

18/09 2017

1.0.0

1.0.0.0

A simple and updated Hacked Emails Api wrapper for Laravel 5.5+

  Sources   Download

MIT

by Danut Florian