PHPackages                             influencers/logger - 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. influencers/logger

ActiveLibrary

influencers/logger
==================

Package to save the user hits on pages to Mongodb

02PHP

Since Nov 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ramyelsheikh/logger)[ Packagist](https://packagist.org/packages/influencers/logger)[ RSS](/packages/influencers-logger/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Mongodb Logger
==============

[](#mongodb-logger)

Package to save the user hits on pages to Mongodb within laravel framework

Getting Started
---------------

[](#getting-started)

You will find this package in packagist.org at

### Prerequisites

[](#prerequisites)

1- Set Minimum Stability of your core laravel to dev by:

- Adding this line to core composer.json file: "minimum-stability": "dev"
- run command: composer dump-autoload

2- Install Mongodb client on your server. If it is not installed, the package will refuse to install.

### Installing

[](#installing)

1- using composer in your laravel root, run the following command:

- composer require influencers/logger

2- Register the package provider by adding the following line to the file config/app.php:

- Influencers\\Logger\\LoggerServiceProvider::class,

3- Set the configuration of Mongodb Server in .env file of your laravel root dir:

- mongodb\_host=&lt;mongodb\_host&gt;
- mongodb\_port=&lt;mongodb\_port&gt;
- mongodb\_database=&lt;mongodb\_database&gt;
- mongodb\_collection=&lt;mongodb\_collection&gt;

replace the &lt;&gt; with your server values.

- Routes Examples:
- /page1
- /page2
- /page-404
- /page-403
- /summary : contains all your visits sorted by time descending

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/83c6408558c258f368a8ba3a8ba87ddc0775e0e27c8c9bd846a9871d8e1f48d5?d=identicon)[ramyelsheikh](/maintainers/ramyelsheikh)

---

Top Contributors

[![ramyelsheikh](https://avatars.githubusercontent.com/u/6967070?v=4)](https://github.com/ramyelsheikh "ramyelsheikh (22 commits)")

### Embed Badge

![Health badge](/badges/influencers-logger/health.svg)

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

PHPackages © 2026

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