jtet / shodan-api
PHP library for accessing the Shodan.com API
Installs: 59
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 4
pkg:composer/jtet/shodan-api
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-10-11 18:48:38 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");