gisostallenberg / correct-horse-battery-staple-client
Client to query the microservice for the password strength checker 'correct-horse-battery-staple'
Package info
github.com/gisostallenberg/correct-horse-battery-staple-client
Type:project
pkg:composer/gisostallenberg/correct-horse-battery-staple-client
dev-master
2015-12-02 17:31 UTC
Requires
- guzzlehttp/guzzle: ^6.1
This package is auto-updated.
Last update: 2026-02-24 08:24:57 UTC
README
Client to query the microservice for the password strength checker 'correct-horse-battery-staple'
Usage
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/');