PHPackages                             mobin/visit-package - 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. mobin/visit-package

ActiveLibrary

mobin/visit-package
===================

13PHP

Since Nov 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mobinroshnas/VisitPackage-laravel)[ Packagist](https://packagist.org/packages/mobin/visit-package)[ RSS](/packages/mobin-visit-package/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

VisitPackage-laravel
====================

[](#visitpackage-laravel)

Using this package, you can save the information including the IP and its browser in your database and then see your visit statistics.

Composer Install (for Laravel 5+)

```
composer require mobin/visit-package

```

Publish and Run the migrations

```
php artisan vendor:publish --provider="Mobin\VisitPackage\VisitServiceProvider" --tag=migrations

php artisan migrate

```

if you're using Laravel version 5.5+, Likeable package will be auto-discovered by Laravel. and if not: register the package in config/app.php providers array manually.

```
'providers' => [
	...
	\Mobin\VisitPackage\VisitServiceProvider::class,
],

```

Useage Get statistics in the controls of the pages you want:

```
Visit::make();

```

Show total hits

```
Visit::count();

```

> Credits:

> Btc Donate : 1FsTmJ99h5Ztd6EdPFr9Dn918bQ8VgDscR

> Ether Donate : 0xa30d5E6DE149c6da703158d698086d77fFC75A45

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

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/9ee0fd4a43705a412895d2af86760b63a6b051be20c448318b777dadcaf8467d?d=identicon)[mobinroshnas](/maintainers/mobinroshnas)

---

Top Contributors

[![mobinroshnas](https://avatars.githubusercontent.com/u/55791223?v=4)](https://github.com/mobinroshnas "mobinroshnas (11 commits)")

### Embed Badge

![Health badge](/badges/mobin-visit-package/health.svg)

```
[![Health](https://phpackages.com/badges/mobin-visit-package/health.svg)](https://phpackages.com/packages/mobin-visit-package)
```

PHPackages © 2026

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