nilpo / haveibeenpwned
A simple consumer for the HaveIBeenPwned API written in PHP.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/nilpo/haveibeenpwned
Requires
- php: ^5.3 || ^7.0
- nategood/httpful: *
This package is not auto-updated.
Last update: 2025-12-13 04:12:05 UTC
README
HIBP is a simple consumer for the HaveIBeenPwned API written for PHP 5.3+.
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.
Installation
Composer
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.
{
"require": {
"nilpo/haveibeenpwned": "*"
}
}
Usage
See example.php for a simple usage example.
Changelog
0.1.0
- First public release