PHPackages                             zahid566/logininfo - 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. zahid566/logininfo

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

zahid566/logininfo
==================

This will help you to save user's login information.

271PHP

Since Jul 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/zahidhasan566/loginInfoPackage)[ Packagist](https://packagist.org/packages/zahid566/logininfo)[ RSS](/packages/zahid566-logininfo/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Login Info Package
==================

[](#login-info-package)

[![Latest Version](https://camo.githubusercontent.com/477e7171de5edaa7ce15ff5c9b4d7a7aa9e8dfa775616951d609896bb87ae83d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7a61686964686173616e3536362f6c6f67696e496e666f5061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/zahidhasan566/loginInfoPackage/releases)

\##This will help you to save user's login information in database

System Architecture
-------------------

[](#system-architecture)

- Laravel Version 10.x
- php 8.1

Features
--------

[](#features)

- Keep tracking users activity .
- Users's IP address will be saved.
- Current status of the user will be saved as an active user.
- Last login time will be stored.

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

[](#installation)

```
composer require zahid566/logininfo:dev-main

```

Migration: After successfully installing the package, migration file need to be run .

```
php artisan migrate

```

After publishing the migrate file, add the service provider in provider section. Config -&gt; app.php file
----------------------------------------------------------------------------------------------------------

[](#after-publishing-the-migrate-file-add-the-service-provider-in-provider-section-config---appphp-file)

```

LoginInfo\loginInfoServiceProvider::class,

```

Before rendering the home page, write the code in controller
------------------------------------------------------------

[](#before-rendering-the-home-page-write-the-code-in-controller)

Use library : LoginInfo\\Http\\Controllers\\LoginInfoController;

```

$objLoginInfoClass = new LoginInfoController();
$user_id = Auth::id();
$objLoginInfoClass->index($user_id);

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity22

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://avatars.githubusercontent.com/u/55635494?v=4)[Zahid Hasan](/maintainers/zahidhasan566)[@zahidhasan566](https://github.com/zahidhasan566)

---

Top Contributors

[![zahidhasan566](https://avatars.githubusercontent.com/u/55635494?v=4)](https://github.com/zahidhasan566 "zahidhasan566 (1 commits)")

### Embed Badge

![Health badge](/badges/zahid566-logininfo/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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