PHPackages                             figurluk/loginlog - 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. figurluk/loginlog

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

figurluk/loginlog
=================

Laravel package for logging users login.

2.0.5(9y ago)050MITPHPPHP &gt;=5.5.9

Since Aug 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/figurluk/loglogin)[ Packagist](https://packagist.org/packages/figurluk/loginlog)[ RSS](/packages/figurluk-loginlog/feed)WikiDiscussions master Synced 4w ago

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

LogLogin
========

[](#loglogin)

!!! Not maintained
------------------

[](#-not-maintained)

[![License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](https://raw.githubusercontent.com/figurluk/loglogin/master/LICENSE)

#### Simple logging of user logins for Your Laravel App

[](#simple-logging-of-user-logins-for-your-laravel-app)

##### Library provide easy system to log users logins and show logs in Your admin section.

[](#library-provide-easy-system-to-log-users-logins-and-show-logs-in-your-admin-section)

Library support Laravel 5.2 and 5.1

Instalation
-----------

[](#instalation)

**1st step:** composer require

```
    composer require figurluk/loginlog

```

**2nd step:** Service providers:

```
    Figurluk\LogLogin\LogLoginServiceProvider::class
    Figurluk\LogLogin\LogEventServiceProvider::class

```

**3rd step** Publish configuration and migration

```
    php artisan vendor:publish

```

**4th step** Migrate

```
    php artisan migrate

```

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

[](#configuration)

After 3rd step you are able to configure loglogin library.

Remember to refresh migration after any change in your configuration.

If you want redirect to logs use: **url(config('loglogin.admin\_route\_logs'))**

In **config/loglogin.php** you will find this configuration options:

```
table_name
    default => loglogin
    info    => This value determines the "name" of table in database where logs will be stored.

logs_middleware
    default => auth
    info    => This value determines the "name" of middleware which is executed when trying to access logs controller.

admin_route_logs
    default => admin/figurluk/loglogin/logs
    info    => This value determines the route of logs.

belongs_class
    default => App\User
    info    => This value determines the class which login is logged. Value is used for belongs to relation.

belongs_class_id
    default => id
    info    => This value determines ID identifier in database of class which login is logged. Value is used for belongs to relation identifier.

belongs_class_username_attribute
    default => email
    info    => This value determines name of attribute in logged class which is used as username.

admin_layout
    default => layouts.admin
    info    => This value determines the extends view name of logs view.

admin_layout_content_section
    default => content
    info    => This value determines the "name" of content section in extends logs view.

admin_layout_styles_section
    default => styles
    info    => This value determines the "name" of styles section in extends logs view.

admin_layout_scripts_section
    default => styles
    info    => This value determines the "name" of scripts section in extends logs view.

locale
    default => false
    info    => This value determines if page locale will be logged.

user_agent
    default => true
    info    => This value determines if login request user-agent will be logged.

```

Credits
-------

[](#credits)

- [Lukas Figura](https://github.com/figurluk)
- [E-zone](https://github.com/e-zone-technologies)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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 ~1 days

Total

21

Last Release

3583d ago

Major Versions

0.0.8 → 1.0.02016-08-16

1.0.6 → 2.0.02016-08-18

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5638071?v=4)[Lukas Figura](/maintainers/figurluk)[@figurluk](https://github.com/figurluk)

---

Top Contributors

[![figurluk](https://avatars.githubusercontent.com/u/5638071?v=4)](https://github.com/figurluk "figurluk (69 commits)")

### Embed Badge

![Health badge](/badges/figurluk-loginlog/health.svg)

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

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135212.4k7](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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