jtet/shodan-api

PHP library for accessing the Shodan.com API

Maintainers

Package info

github.com/jtet/Shodan

pkg:composer/jtet/shodan-api

Statistics

Installs: 59

Dependents: 0

Suggesters: 0

Stars: 0

1.0.0 2013-01-24 14:41 UTC

This package is not auto-updated.

Last update: 2026-02-28 20:37:10 UTC


README

#Shodan API

PHP wrapper for the Shodan API http://www.shodanhq.com/

#Example

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