-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add packagist meta data for getting total downloaded
- Loading branch information
1 parent
8c9ff2b
commit 702a70c
Showing
1 changed file
with
13 additions
and
0 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 |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
PHPValidator is a modern PHP library for data validation in your PHP applications. It provides a flexible and extensible way to validate data using predefined rules or by creating custom validation rules. | ||
|
||
![Packagist Version (custom server)](https://img.shields.io/packagist/v/Blakvghost/php-validator?label=stable) | ||
![Packagist Version (custom server)](https://img.shields.io/packagist/l/Blakvghost/php-validator?label=Licence) | ||
![Packagist Version (custom server)](https://img.shields.io/packagist/dt/Blakvghost/php-validator?label=download) | ||
|
||
## Installation | ||
|
||
Use [Composer](https://getcomposer.org/) to install PHPValidator: | ||
|
@@ -116,6 +120,15 @@ In this example, we created a CustomRule that checks if a given value is greater | |
|
||
If you would like to contribute to PHPValidator, please follow our [Contribution Guidelines](CONTRIBUTING.md). | ||
|
||
## Authors | ||
|
||
- [Kabirou ALASSANE](https://github.com/BlakvGhost) | ||
|
||
|
||
## Support | ||
|
||
For support, you can reach out to me by email at <[email protected]>. Feel free to contact me if you have any questions or need assistance with PHPValidator. | ||
|
||
## License | ||
|
||
PHPValidator is open-source software licensed under the MIT license. | ||
|