PHPackages                             repat/laravel-password-reset-model - 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. [Database &amp; ORM](/categories/database)
4. /
5. repat/laravel-password-reset-model

ActiveLibrary[Database &amp; ORM](/categories/database)

repat/laravel-password-reset-model
==================================

Eloquent Model for the password\_resets table

0.4(2y ago)19.3kMITPHPPHP &gt;=7.4

Since Apr 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/repat/laravel-password-reset-model)[ Packagist](https://packagist.org/packages/repat/laravel-password-reset-model)[ Docs](https://repat.de)[ RSS](/packages/repat-laravel-password-reset-model/feed)WikiDiscussions main Synced 1mo ago

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

laravel-password-reset-model
============================

[](#laravel-password-reset-model)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6cbba3dcfa12d42f25664e7b0b3df1c555b31d9af120cdab6b1599ba597cad04/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72657061742f6c61726176656c2d70617373776f72642d72657365742d6d6f64656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/repat/laravel-password-reset-model)[![Total Downloads](https://camo.githubusercontent.com/f0a43020832fb6cc149e7f4cce7799c058861631af231ec4c41a899d0239110e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72657061742f6c61726176656c2d70617373776f72642d72657365742d6d6f64656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/repat/laravel-password-reset-model)

**laravel-password-reset-model** contains an Eloquent model for the `password_resets` table as created by the default Larvel installation.

Installation
------------

[](#installation)

`$ composer require repat/laravel-password-reset-model`

Documentation
-------------

[](#documentation)

All fields are fillable (`$guarded = []`).

### Relationship / Attributes

[](#relationship--attributes)

If you've kept the standard FQCN for Laravels User Model (`\App\Model\User::class`) you can use the `->user` relationship or extend this model and override the `user()` method.

```
$passwordReset = \Repat\Laravel\PasswordReset::first();

// User
$passwordReset->email;
$passwordReset->user; // App\Models\User|null based on email, extend the relationship if you have a different FQCN

$passwordReset->token; // string

$passwordReset->created_at; // \Carbon\Carbon|null
```

License
-------

[](#license)

- MIT, see [LICENSE](https://github.com/repat/laravel-password-reset-model/blob/master/LICENSE)

Version
-------

[](#version)

- Version 0.4

Contact
-------

[](#contact)

### repat

[](#repat)

- Homepage:
- e-mail:
- Twitter: [@repat123](https://twitter.com/repat123 "repat123 on twitter")

[![Flattr this git repo](https://camo.githubusercontent.com/7e3f46a36526479d701ef7f90a0f8c3ac2fbab3087446e2a9fceed75cd1ab802/687474703a2f2f6170692e666c617474722e636f6d2f627574746f6e2f666c617474722d62616467652d6c617267652e706e67)](https://flattr.com/submit/auto?user_id=repat&url=https://github.com/repat/laravel-password-reset-model&title=laravel-password-reset-model&language=&tags=github&category=software)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Every ~272 days

Total

5

Last Release

769d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/405dab243007488e7e7851422e5864a9312aee36058d60f1e6d623232c4d3131?d=identicon)[repat](/maintainers/repat)

---

Top Contributors

[![repat](https://avatars.githubusercontent.com/u/516807?v=4)](https://github.com/repat "repat (5 commits)")

---

Tags

laravelmodeleloquentartisanpassword-reset

### Embed Badge

![Health badge](/badges/repat-laravel-password-reset-model/health.svg)

```
[![Health](https://phpackages.com/badges/repat-laravel-password-reset-model/health.svg)](https://phpackages.com/packages/repat-laravel-password-reset-model)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[qcod/laravel-imageup

Auto Image upload, resize and crop for Laravel eloquent model using Intervention image

775113.8k](/packages/qcod-laravel-imageup)[waad/laravel-model-metadata

A robust Laravel package for handling metadata with JSON casting, custom relation names, and advanced querying capabilities.

823.1k](/packages/waad-laravel-model-metadata)

PHPackages © 2026

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