PHPackages                             taher-k5/reset-password - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. taher-k5/reset-password

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

taher-k5/reset-password
=======================

This is my package reset-password

04PHPCI passing

Since Apr 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/taher-k5/reset-password)[ Packagist](https://packagist.org/packages/taher-k5/reset-password)[ RSS](/packages/taher-k5-reset-password/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This is my package reset-password
=================================

[](#this-is-my-package-reset-password)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6a0c65659a82bbb761caeb4e420a3564bd6fa18d6e1a244c99f8ef0823e74b72/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74616865722d6b352f72657365742d70617373776f72642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/taher-k5/reset-password)[![GitHub Tests Action Status](https://camo.githubusercontent.com/94b89ecffc34cbb19a2ed3551284d6056da2de92d63b672d324852e77d30bd22/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f74616865722d6b352f72657365742d70617373776f72642f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/taher-k5/reset-password/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/a4d9f0143a6e2919103837e76e257341ae1ecfaa0652d14c1ef36d6eb7018b0b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f74616865722d6b352f72657365742d70617373776f72642f6669782d7068702d636f64652d7374796c696e672e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/taher-k5/reset-password/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/24fbe11e6b45b1c8a8e2648802c73203cb08e7fd638e5994043b48b895cde66b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74616865722d6b352f72657365742d70617373776f72642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/taher-k5/reset-password)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require taher-k5/reset-password
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="reset-password-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="reset-password-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="reset-password-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$resetPassword = new SFS\ResetPassword();
echo $resetPassword->echoPhrase('Hello, SFS!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Taher kathiriya](https://github.com/taher-k5)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/eb04c2a510956bf52cb1e813c493c021d9c9848bb82f2a4e65e60bb23662a8f6?d=identicon)[taher](/maintainers/taher)

---

Top Contributors

[![taher-k5](https://avatars.githubusercontent.com/u/44027845?v=4)](https://github.com/taher-k5 "taher-k5 (6 commits)")

### Embed Badge

![Health badge](/badges/taher-k5-reset-password/health.svg)

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

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)

PHPackages © 2026

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