Skip to content

Commit

Permalink
add packagist meta data for getting total downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakvGhost committed Nov 17, 2023
1 parent 8c9ff2b commit 702a70c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 <dev@kabirou-alassane.com>. 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.
Expand Down

0 comments on commit 702a70c

Please sign in to comment.