Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
berkanumutlu committed Dec 9, 2023
1 parent cbb6947 commit f01c0ee
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# php-password-generator
PHP Password Generator
<div align="center">
<a href="https://php.net">
<img alt="PHP" src="https://www.php.net/images/logos/new-php-logo.svg"width="150">
</a>
</div>

<p align="center">
<a href="https://www.php.net/releases/5_6_0.php" target="_blank" rel="nofollow"><img src="https://img.shields.io/badge/PHP->=5.6-777BB4?logo=php&logoColor=white&labelColor=777BB4" alt="PHP Version"></a>
<a href="https://github.com/berkanumutlu/php-password-generator/blob/master/LICENSE" target="_blank" rel="nofollow"><img src="https://img.shields.io/github/license/berkanumutlu/laravel-example-app" alt="License"></a>
</p>

# PHP Password Generator

It is a project that allows you to create random passwords between 8 and 256 characters using uppercase and lowercase letters, numbers, special symbols, and ambiguous characters.

# Screenshots

![screenshot](screenshot.png)

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 comments on commit f01c0ee

Please sign in to comment.