Skip to content

Carlo-F/EmailReaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMAILREAPER

A single-class PHP library to extract emails from webpage or plain text file.

HOW TO USE IT

copy & paste the following code

require_once "emailReaper.php";

$url = 'url-to-search-for-emails'; // url or the path to the file

$reaper = new carloF\EmailReaper($url);

PUBLIC METHODS

$reaper->getEmails() - return an array of found emails.

$reaper->printEmails() - echoes a list of found emails.

$reaper->exportEmails($destFile) - save the list in a file ($destFile)

About

A single-class PHP library to extract emails from webpage or plain text file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages