-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbb6947
commit f01c0ee
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |