PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Joćo Ribeiro   PHP URL Extractor   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP URL Extractor
Extract URLs of images and metadata from Web pages
Author: By
Last change: Added travis build status to README
Date: 8 years ago
Size: 967 bytes
 

Contents

Class file image Download

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 - Email: joaopedrocr@gmail.com - Blog: http://joaoperibeiro.com - Personal Page: http://joaopcribeiro.branded.me