PHP Package: bjeavons/zxcvbn-php

bjeavons/zxcvbn-php is a PHP library that provides password strength estimation based on an extensive database. It helps developers enhance security measures by analyzing password complexity.

Current Version: 1.4.2
Last Updated: 2025-02-24
PHP Requirement: ^7.2 | ^8.0 | ^8.1
Dependencies:
phpunit/phpunit
symfony/yaml
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

With bjeavons/zxcvbn-php, developers can strengthen password policies and user authentication processes. Integrating this library improves security standards by assessing password strength against common threats and dictionary attacks, ensuring robust protection for sensitive data and user accounts.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.4.2

Download Download v1.4.2

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/bjeavons/zxcvbn-php/1.4.2/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.2.2/loader.php';
require_once 'libs/symfony/yaml/7.3.0/loader.php';

use ZxcvbnPhp\Zxcvbn;

$obj = new Zxcvbn();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.