Skip to content

Commit

Permalink
update composer email and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyeaussie committed Aug 13, 2024
1 parent 5485473 commit fceecd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<h2>Description:</h2>
## Description:
PHPPwnedPasswordsDownloader is a tool to download pwned password hash files from HaveIBeenPwned API.

The hash files can be sorted, indexed and cached to perform faster look ups of pwned password. The tool also has a CLI lookup tool to check if the entered password or hash is in the pwned passwords hash files.

This tool is written in PHP so, it can be either run from the CLI or integrated into any site you want by instantiating the classes.

<h2>Documentation:</h2>
## Documentation:

[Documentation for this repository](https://github.com/oyeaussie/PHPPwnedPasswordsDownloader/wiki/1.-Description)

<h2>Credits:</h2>
## Credits:
Thanks to the following projects for their great work. Without them, this project would not be possible.<br>
Composer<br>
Guzzle - https://github.com/guzzle/guzzle<br>
Expand All @@ -18,17 +18,17 @@ PHP Cli Tools - https://github.com/wp-cli/php-cli-tools<br>
Carbon (An API extension for DateTime) - https://github.com/briannesbitt/Carbon<br>
PwnedPasswordsDownloader - https://github.com/HaveIBeenPwned/PwnedPasswordsDownloader (main source of inspiration)

<h2>Issues/Discussions/New features:</h2>
## Issues/Discussions/New features:
Feel free to open an issue in case of a bug or to discuss anything related to the tool or to add a new feature.

<h2>Buy Me A Coffee/Beer:</h2>
## Buy Me A Coffee/Beer:
Time is valuable. If you feel this project has been helpful and it has saved your time worth a coffee or a beer...<br><br>
<a href="https://www.buymeacoffee.com/oyeaussie" target="_blank"><img src="https://github.com/oyeaussie/assets/blob/main/buymecoffee.jpg" alt="Buy Me A Coffee"></a>
<a href="https://github.com/sponsors/oyeaussie?frequency=one-time&sponsor=oyeaussie&amount=10" target="_blank"><img src="https://github.com/oyeaussie/assets/blob/main/buymebeer.jpg" alt="Buy Me A Beer"></a>

<h2>Hire me:</h2>
## Hire me:
If you would like to develop a PHP application that requires expert level programming. I am available for hire. Message me and we can discuss further.

<h2>Repo Activity</h2>
## Repo Activity

![Repo Activity](https://repobeats.axiom.co/api/embed/a0a8c0ea52ef86920dd11ae43e449616abe0ad8f.svg "Repobeats analytics image")
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"authors": [
{
"name": "Oyeaussie",
"email": "email@oyeaussie.com",
"homepage": "https://www.oyeaussie.com"
"email": "email@oyeaussie.dev",
"homepage": "https://github.com/oyeaussie/PHPPwnedPasswordsDownloader"
}
],
"support": {
Expand Down

0 comments on commit fceecd1

Please sign in to comment.