dev-master
9999999-devA simple consumer for the HaveIBeenPwned API written in PHP.
MIT
The Requires
- php ^5.3 || ^7.0
- nategood/httpful *
by Rob Dunham
Wallogit.com
2017 © Pedro Peláez
A simple consumer for the HaveIBeenPwned API written in PHP.
HIBP is a simple consumer for the HaveIBeenPwned API written for PHP 5.3+., (*2)
haveibeenpwned is a simple and flexible API for checking an email address or user name against an aggregated list of dump files for major security breaches., (*3)
HIBP is PSR-4 compliant and can be installed using composer. Simply add nilpo/haveibeenpwned to your composer.json file. Composer is the sane alternative to PEAR. It is excellent for managing dependencies in larger projects., (*4)
{
"require": {
"nilpo/haveibeenpwned": "*"
}
}
See example.php for a simple usage example., (*5)
A simple consumer for the HaveIBeenPwned API written in PHP.
MIT