PHPackages                             renan-s-oliveira/l2j-hasher - 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. [Security](/categories/security)
4. /
5. renan-s-oliveira/l2j-hasher

ActivePackage[Security](/categories/security)

renan-s-oliveira/l2j-hasher
===========================

package encrypt hash password for L2j

v1.0(5y ago)3301MITPHP

Since Feb 11Pushed 5y ago2 watchersCompare

[ Source](https://github.com/renan-s-oliveira/L2JHasher)[ Packagist](https://packagist.org/packages/renan-s-oliveira/l2j-hasher)[ RSS](/packages/renan-s-oliveira-l2j-hasher/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (1)

L2JHasher
=========

[](#l2jhasher)

Driver de encriptação de senhas de L2J usando Laravel 8.

Instalação
----------

[](#instalação)

```
composer require renan-s-oliveira/l2j-hasher

```

Vá em config/app.php

Comentar Illuminate\\Hashing\\HashServiceProvider::class e adicionar L2JHasher\\ServiceProvider\\L2JHashServiceProvider::class,

```
//Illuminate\Hashing\HashServiceProvider::class,

L2JHasher\ServiceProvider\L2JHashServiceProvider::class,

```

Vá em config/fortify.php

Trocar 'passwords' =&gt; 'users', por

```
'passwords' => 'accounts',

```

e

'username' =&gt; 'email',

por

```
'username' => 'login',

```

Quer ajudar a manter o projeto?
-------------------------------

[](#quer-ajudar-a-manter-o-projeto)

Ajude enviando PIX :)
---------------------

[](#ajude-enviando-pix-)

[![PIX](https://camo.githubusercontent.com/b480db1a5a3812f1d6b1de9764bda16a0fd3cb8f92cc47df6ff4fb99972c663e/68747470733a2f2f692e6962622e636f2f6e3377773377702f7172636f64652d7069782e706e67)](https://camo.githubusercontent.com/b480db1a5a3812f1d6b1de9764bda16a0fd3cb8f92cc47df6ff4fb99972c663e/68747470733a2f2f692e6962622e636f2f6e3377773377702f7172636f64652d7069782e706e67)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1917d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e1f7ae84067c689418a282f776b802fd1514bc7b37be4abd7bacc9c70d35760?d=identicon)[Renan Oliveira](/maintainers/Renan%20Oliveira)

---

Top Contributors

[![renan-s-oliveira](https://avatars.githubusercontent.com/u/15692416?v=4)](https://github.com/renan-s-oliveira "renan-s-oliveira (28 commits)")

### Embed Badge

![Health badge](/badges/renan-s-oliveira-l2j-hasher/health.svg)

```
[![Health](https://phpackages.com/badges/renan-s-oliveira-l2j-hasher/health.svg)](https://phpackages.com/packages/renan-s-oliveira-l2j-hasher)
```

###  Alternatives

[defuse/php-encryption

Secure PHP Encryption Library

3.9k162.4M214](/packages/defuse-php-encryption)[roave/security-advisories

Prevents installation of composer packages with known security vulnerabilities: no API, simply require it

2.9k97.3M6.4k](/packages/roave-security-advisories)[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k16.7M113](/packages/mews-purifier)[robrichards/xmlseclibs

A PHP library for XML Security

41278.1M118](/packages/robrichards-xmlseclibs)[bjeavons/zxcvbn-php

Realistic password strength estimation PHP library based on Zxcvbn JS

86917.5M63](/packages/bjeavons-zxcvbn-php)[enlightn/security-checker

A PHP dependency vulnerabilities scanner based on the Security Advisories Database.

33732.2M110](/packages/enlightn-security-checker)

PHPackages © 2026

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