Skip to content

degroat/zamboni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zamboni

Simple PHP utility for scraping a table from HTML

require "zamboni.php";
$zamboni = new zamboni();
$zamboni->load_from_url('http://www.w3schools.com/browsers/browsers_stats.asp');
$data = $zamboni->extract('TABLE.reference');
print_r($data);

The Zamboni extract method is powered by Ganon. You can learn more about what selectors are supported on that website:

https://code.google.com/p/ganon/

About

Simple PHP utility for scraping a table from HTML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages