Skip to content

omzy/html-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Scraper App

A PHP based HTML Scraper app which scrapes a given URL and returns a JSON array of the results.

The app is built in Slim Framework 3, and uses PHP Simple HTML DOM Parser.

Usage Instructions

  • To install the app, run composer install

  • To run the app in the console, run php console.php /process in the public folder

  • To run the app in the browser, browse to /public, e.g: http://localhost/html-scraper/public

  • To run tests, run phpunit in the root folder

About

HTML Scraper App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published