2017 © Pedro Peláez
 

library crawler

Scan Http URLs from a url containing an HTML and get Json or Xml or Array

image

sohib/crawler

Scan Http URLs from a url containing an HTML and get Json or Xml or Array

  • Wednesday, December 30, 2015
  • by Sohib
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 30 % Grown

The README.md

Crawler

Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*1)

Scan Http URLs from a url containing an HTML and get Json or Xml or Array., (*2)

Note

Im not going to maintain this package, i didit just to learn how to create Composer Package., (*3)

Install

Via Composer, (*4)

``` bash $ composer require sohib/crawler, (*5)


## Usage ``` php use Sohib\Crawler; $urls = [ "http://thatsthefinger.com/", "http://just-shower-thoughts.tumblr.com/", "http://ducksarethebest.com/", ]; $crowler = new Crawler\Scanner($urls); $scanner = $crowler->scan(); var_dump($scanner->toArray()); // return urls as array var_dump($scanner->toJson()); // return urls as json var_dump($scanner->toXml()); // return urls as Xml

Change log

Please see CHANGELOG for more information what has changed recently., (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

30/12 2015

dev-master

9999999-dev http://example.com

Scan Http URLs from a url containing an HTML and get Json or Xml or Array

  Sources   Download

MIT

The Requires

 

url page crawler scanner

30/12 2015

v1.0.1

1.0.1.0 http://example.com

Scan Http URLs from a url containing an HTML and get Json or Xml or Array

  Sources   Download

MIT

The Requires

 

url page crawler scanner

29/12 2015

0.0.0

0.0.0.0 http://example.com

Scan Http URLs from a url containing an HTML and get Json or Xml or Array

  Sources   Download

The Requires

 

url page crawler scanner

29/12 2015

v1.0.0

1.0.0.0 http://example.com

Scan Http URLs from a url containing an HTML and get Json or Xml or Array

  Sources   Download

The Requires

 

url page crawler scanner