PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Morshed Alam   PHP Scrape Website Links   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/markdown
Description: modify readme
Class: PHP Scrape Website Links
Parse and extract links and images from Web pages
Author: By
Last change: Modify example page to show parsed title and meta tags
Change readme
Date: 10 years ago
Size: 927 bytes
 

Contents

Class file image Download

About

A Website parser class to extract links and images from Web pages. View Demo or Try it out and Rate on phpclasses.org

Uses

<pre><code>include 'website_parser.php';

//Instance of WebsiteParser $parser = new WebsiteParser('http://morshed-alam.com/');

//Get all hyper links $links = $parser->getHrefLinks();

//Get all image sources $images = $parser->getImageSources();

//Get all meta tags and Facebook open graph properties $meta_tags = $parser->getMetaTags();</code></pre>

Contributing

  1. Fork it
  2. Create your feature branch (`git checkout -b my-new-feature`)
  3. Commit your changes (`git commit -am 'Added some feature'`)
  4. Push to the branch (`git push origin my-new-feature`)
  5. Create new Pull Request