Skip to content

rollbackpt/URLExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLExtractor v1.0.0

travis-build

PHP Class to extract images and meta data information from URLs

Usage

With composer:

composer require rollbackpt/url-extractor

... or manually:

require_once 'src/UrlExtractor/UrlExtractor.php';
$urlExtractor = new \rollbackpt\UrlExtractor\UrlExtractor();
echo $urlExtractor->extractAll("http://some-url.com");

Demo Screenshots

Test the demo here: http://urlextractor.joaoperibeiro.com/demo/index.html

urlextractor1 urlextractor2 urlextractor3

About the author

About

PHP Class to extract images and meta data information from URLs

Resources

Stars

Watchers

Forks

Packages

No packages published