From fceecd1e19cb6e9006d3c9534f22ee5c1c150ee5 Mon Sep 17 00:00:00 2001 From: "Gurdeep Singh (Guru)" Date: Tue, 13 Aug 2024 14:16:35 +1000 Subject: [PATCH] update composer email and readme. --- README.md | 14 +++++++------- composer.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index aef9cea..364de93 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -

Description:

+## 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. -

Documentation:

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

Credits:

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

Issues/Discussions/New features:

+## 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. -

Buy Me A Coffee/Beer:

+## 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...

Buy Me A Coffee Buy Me A Beer -

Hire me:

+## 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. -

Repo Activity

+## Repo Activity ![Repo Activity](https://repobeats.axiom.co/api/embed/a0a8c0ea52ef86920dd11ae43e449616abe0ad8f.svg "Repobeats analytics image") \ No newline at end of file diff --git a/composer.json b/composer.json index 70bed42..e690388 100644 --- a/composer.json +++ b/composer.json @@ -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": {