Coder Social home page Coder Social logo

hacked-emails's Introduction

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:

  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.

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

hacked-emails's People

Contributors

daniesy avatar

Watchers

 avatar  avatar

Forkers

ro9ueadmin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.