Skip to content

Commit 99cb118

Browse files
authored
Merge pull request #6 from olssonm/dev
Added download shield.
2 parents c54fe77 + fe6ca2d commit 99cb118

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Zxcvbn for Laravel 5
22

33
[![Latest Version on Packagist][ico-version]][link-packagist]
4+
[![Total downloads][ico-downloads]][link-packagist]
45
[![Software License][ico-license]](LICENSE.md)
56
[![Build Status][ico-travis]][link-travis]
67

7-
A simple implementation of zxcvbn for Laravel 5. This package allows you to access "zxcvbn-related" data on a passphrase in the application, but also use zxcvbn as a standard validator.
8+
A simple implementation of zxcvbn for Laravel 5. This package allows you to access "zxcvbn-related" data on a passphrase in the application and also to use zxcvbn as a standard validator.
89

910
Uses [Zxcvbn-PHP](https://github.com/bjeavons/zxcvbn-php) by [@bjeavons](https://github.com/bjeavons), which in turn is inspired by [zxcvbn](https://github.com/dropbox/zxcvbn) by [@dropbox](https://github.com/dropbox).
1011

@@ -153,6 +154,7 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
153154
© 2017 [Marcus Olsson](https://marcusolsson.me).
154155

155156
[ico-version]: https://img.shields.io/packagist/v/olssonm/l5-zxcvbn.svg?style=flat-square
157+
[ico-downloads]: https://img.shields.io/packagist/dt/olssonm/l5-zxcvbn.svg?style=flat-square
156158
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
157159
[ico-travis]: https://img.shields.io/travis/olssonm/l5-zxcvbn/master.svg?style=flat-square
158160
[link-packagist]: https://packagist.org/packages/olssonm/l5-zxcvbn

0 commit comments

Comments
 (0)