gisostallenberg / correct-horse-battery-staple-client
Client to query the microservice for the password strength checker 'correct-horse-battery-staple'
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- guzzlehttp/guzzle: ^6.1
This package is auto-updated.
Last update: 2024-10-24 05:14:44 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/');