PHPackages                             bolknote/libcrackwrapper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bolknote/libcrackwrapper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bolknote/libcrackwrapper
========================

Binding for libcrack library

0.6.2(2y ago)00MITPHPPHP ^7.3

Since Jan 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bolknote/LibCrackWrapper)[ Packagist](https://packagist.org/packages/bolknote/libcrackwrapper)[ RSS](/packages/bolknote-libcrackwrapper/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)Dependencies (1)Versions (10)Used By (0)

LibCrackWrapper — binding for libcrack library
==============================================

[](#libcrackwrapper--binding-for-libcrack-library)

This library allows you to check the password strength

### Basic usage

[](#basic-usage)

```
$checker = new \LibCrackWrapper\Wrapper();
$result = $checker->checkPassword($password);

if ($result->isStrongPassword()) {
     echo "Your password is good enough.\n";
} else {
     echo "This is a weak password. Reason: ", $result->getMessage(), "\n";
}
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~20 days

Recently: every ~39 days

Total

9

Last Release

1090d ago

PHP version history (2 changes)0.1PHP ^8.1

0.5PHP ^7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/51ab50857dbdd3cffeda1e055a070f4d31d096073f16d5da9338c5c1fc22e598?d=identicon)[bolknote](/maintainers/bolknote)

---

Top Contributors

[![bolknote](https://avatars.githubusercontent.com/u/392509?v=4)](https://github.com/bolknote "bolknote (30 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bolknote-libcrackwrapper/health.svg)

```
[![Health](https://phpackages.com/badges/bolknote-libcrackwrapper/health.svg)](https://phpackages.com/packages/bolknote-libcrackwrapper)
```

###  Alternatives

[jeremykenedy/laravel-phpinfo

phpinfo() in a pretty Laravel blade template

46181.3k](/packages/jeremykenedy-laravel-phpinfo)[cyber-duck/silverstripe-seo

A SilverStripe module to optimise the Meta, crawling, indexing, and sharing of your website content

4251.3k](/packages/cyber-duck-silverstripe-seo)[neutron/signal-handler

A library to ease the use of signal handling.

12102.9k2](/packages/neutron-signal-handler)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
