gisostallenberg/correct-horse-battery-staple-client

Client to query the microservice for the password strength checker 'correct-horse-battery-staple'

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

This package is auto-updated.

Last update: 2024-04-24 04:00:13 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/');