https://github.com/webeweb/haveibeenpwned-library
Integrate HaveIBeenPwned API with your projects (https://haveibeenpwned.com)
https://github.com/webeweb/haveibeenpwned-library
api haveibeenpwned library password php webeweb
Last synced: about 1 month ago
JSON representation
Integrate HaveIBeenPwned API with your projects (https://haveibeenpwned.com)
- Host: GitHub
- URL: https://github.com/webeweb/haveibeenpwned-library
- Owner: webeweb
- License: mit
- Created: 2018-08-09T17:59:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T07:24:02.000Z (12 months ago)
- Last Synced: 2025-03-24T16:46:00.964Z (about 2 months ago)
- Topics: api, haveibeenpwned, library, password, php, webeweb
- Language: PHP
- Homepage:
- Size: 335 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
haveibeenpwned-library
======================[](https://github.com/webeweb/haveibeenpwned-library/actions)
[](https://coveralls.io/github/webeweb/haveibeenpwned-library?branch=master)
[](https://packagist.org/packages/webeweb/haveibeenpwned-library)
[](./LICENSE)Integrate HaveIBeenPwned API with your projects.
If you like this package, pay me a beer (or a coffee)
[](https://www.paypal.me/webeweb)## Compatibility
[](http://php.net)
## Installation
Open a command console, enter your project directory and execute the following
command to download the latest stable version of this package:```bash
composer require webeweb/haveibeenpwned-library
```This command requires you to have Composer installed globally, as explained in
the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the
Composer documentation.## Usage
Read the [documentation](doc/index.md).
## Testing
To test the package, is better to clone this repository on your computer.
Open a command console and execute the following commands to download the latest
stable version of this package:```bash
git clone https://github.com/webeweb/haveibeenpwned-library.git
cd haveibeenpwned-library
composer install
```Once all required libraries are installed then do:
```bash
vendor/bin/phpunit
```> IMPORTANT NOTICE: To test the package with your API key, pastes it into a
> `.token` file at the root of this package.## License
`haveibeenpwned-library` is released under the MIT License. See the bundled [LICENSE](LICENSE)
file for details.## Donate
If you like this work, please consider donating at
[](https://www.paypal.me/webeweb)