Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniesy/hacked-emails
A simple and updated Hacked Emails Api wrapper for Laravel 5.5+
https://github.com/daniesy/hacked-emails
hacked-emails laravel laravel-55 laravel-package
Last synced: about 6 hours ago
JSON representation
A simple and updated Hacked Emails Api wrapper for Laravel 5.5+
- Host: GitHub
- URL: https://github.com/daniesy/hacked-emails
- Owner: daniesy
- License: mit
- Created: 2017-09-18T13:52:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T13:05:26.000Z (about 7 years ago)
- Last Synced: 2024-04-15T07:18:52.870Z (7 months ago)
- Topics: hacked-emails, laravel, laravel-55, laravel-package
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://hacked-emails.com) 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