jtet / shodan-api
PHP library for accessing the Shodan.com API
1.0.0
2013-01-24 14:41 UTC
Requires
- php: >=5.3.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-29 22:59:33 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");