2017 © Pedro Peláez
 

library pwned

A client that exposes the https://haveibeenpwned.com APIs.

image

eyal-shalev/pwned

A client that exposes the https://haveibeenpwned.com APIs.

  • Friday, June 3, 2016
  • by Eyal-Shalev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Introduction

This library exposes the https://haveibeenpwned.com APIs., (*1)

Features

  • An intuitive client class
  • APIs:
    • BreachesForAccount
    • AllBreaches
    • SingleBreach
    • AllDataClasses
  • PHPUnit tests

Dependencies

  • guzzlehttp/guzzle: ^6.1

Installation

require eyal-shalev/pwned, (*2)

Usage example

The following will return all the breaches under the adobe.com domain., (*3)

$client = new \EyalShalev\Pwned\Client('eyal-shalev/pwned:test', 2);
$breaches = $client->getAllBreaches('adobe.com');

The Versions

03/06 2016

dev-master

9999999-dev

A client that exposes the https://haveibeenpwned.com APIs.

  Sources   Download

MIT

The Requires

 

The Development Requires

03/06 2016

1.1

1.1.0.0

A client that exposes the https://haveibeenpwned.com APIs.

  Sources   Download

MIT

The Requires

 

The Development Requires

02/06 2016

1.0

1.0.0.0

A client that exposes the https://haveibeenpwned.com API through symfony components.

  Sources   Download

MIT

The Requires

 

The Development Requires