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

pkg:composer/gisostallenberg/correct-horse-battery-staple-client

dev-master 2015-12-02 17:31 UTC

This package is auto-updated.

Last update: 2025-09-24 07:15:43 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/');