gisostallenberg / correct-horse-battery-staple-client
查询密码强度检查器 'correct-horse-battery-staple' 微服务的客户端
dev-master
2015-12-02 17:31 UTC
Requires
- guzzlehttp/guzzle: ^6.1
This package is auto-updated.
Last update: 2024-09-24 05:00:25 UTC
README
查询密码强度检查器 'correct-horse-battery-staple' 微服务的客户端
使用方法
composer require gisostallenberg/correct-horse-battery-staple-client
<?php use GisoStallenberg\CorrectHorseBatteryStapleClient\CorrectHorseBatteryStapleClient; include __DIR__ . '/vendor/autoload.php'; $results = CorrectHorseBatteryStapleClient::check('correcthorsebatterystaple', 'https://mypasswordchecker.com/');