Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 287 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 287 Bytes

#Example Usage (Under Construction)

After ensuring that the file is included in your php script, you can use the class as follows:

$shodan = new WebAPI("your api key");
$results = $shodan->search("apache");

This is only one example, of which there will be many others added later.