PHPackages                             tonmoynandy/signme - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. tonmoynandy/signme

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

tonmoynandy/signme
==================

Laravel : It is used to set up the general featuers of an admin panel

1.4(8y ago)126MITPHPPHP &gt;=5.3.0

Since Jun 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/BinsSoft/signme)[ Packagist](https://packagist.org/packages/tonmoynandy/signme)[ Docs](https://github.com/BinsSoft/signme/)[ RSS](/packages/tonmoynandy-signme/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

Laravel 5 Generate Sign in Process
==================================

[](#laravel-5-generate-sign-in-process)

A simple [Laravel 5](http://www.laravel.com) service provider with some basic configuration to generate the sign in , sign up process.

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

[](#installation)

This package is only installed via [composer](http://getcomposer.org) by requiring the `composer require binssoft/signme` package in your project's `composer.json`. (The installation may take a while. Sadly its .git folder is very heavy)

```
{
    "require": {
        "binssoft/signme": ""
    }
}
```

Next, add the service provider to `config/app.php`.

```
'providers' => [
    //..
    binssoft\signme\SignmeServiceProvider::class
]
```

That's it! You're good to go.

Configuration
-------------

[](#configuration)

```
php artisan vendor:publish

```

After proper vendor publish few files are created

1. in `app/Http/Controllers` folder `SignmeController.php`
2. in `resources/views/home` folder

    a) signin.balde.php

    b) signup.balde.php

    c) forget-password.balde.php

    c) change-password.balde.php
3. in `routes/web.php` few routes will be updated

Now your all signin process is generated successfully
-----------------------------------------------------

[](#now-your-all-signin-process-is-generated-successfully)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 57.4% 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 ~30 days

Recently: every ~0 days

Total

12

Last Release

2933d ago

### Community

Maintainers

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

---

Top Contributors

[![tonmoymatrix](https://avatars.githubusercontent.com/u/28784161?v=4)](https://github.com/tonmoymatrix "tonmoymatrix (27 commits)")[![tonmoynandy](https://avatars.githubusercontent.com/u/5344854?v=4)](https://github.com/tonmoynandy "tonmoynandy (12 commits)")[![devatone](https://avatars.githubusercontent.com/u/26231415?v=4)](https://github.com/devatone "devatone (8 commits)")

---

Tags

authchange-passwordforget-passwordlaravelpackagesigninsignuploglaravelhtmlloginchange passwordsign upforget-password

### Embed Badge

![Health badge](/badges/tonmoynandy-signme/health.svg)

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

###  Alternatives

[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[moesif/moesif-laravel

Moesif Collection/Data Ingestion Middleware for Laravel

1065.8k](/packages/moesif-moesif-laravel)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)

PHPackages © 2026

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