2017 © Pedro Peláez
 

library haveibeenpwned

A simple consumer for the HaveIBeenPwned API written in PHP.

image

nilpo/haveibeenpwned

A simple consumer for the HaveIBeenPwned API written in PHP.

  • Monday, July 18, 2016
  • by Nilpo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

HaveIBeenPwned-For-PHP (HIBP)

Build Status Total Downloads, (*1)

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)

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., (*4)

{
    "require": {
        "nilpo/haveibeenpwned": "*"
    }
}

Usage

See example.php for a simple usage example., (*5)

Changelog

0.1.0

  • First public release

The Versions

18/07 2016

dev-master

9999999-dev

A simple consumer for the HaveIBeenPwned API written in PHP.

  Sources   Download

MIT

The Requires

 

by Rob Dunham