PHPackages                             nqxcode/laravel-local-ip-detector - 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. nqxcode/laravel-local-ip-detector

ActiveLibrary

nqxcode/laravel-local-ip-detector
=================================

Local IP detection with HTML5 WebRTC

v1.0.2(8y ago)012JavaScriptPHP &gt;=5.4.0

Since Apr 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/nqxcode/laravel-local-ip-detector)[ Packagist](https://packagist.org/packages/nqxcode/laravel-local-ip-detector)[ RSS](/packages/nqxcode-laravel-local-ip-detector/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Laravel 4.2 Local IP detector
=============================

[](#laravel-42-local-ip-detector)

!!! NOT working on modern version of browsers with default settings !!!

Laravel 4.2 package provides fuctionality for detection of client Local IP (via HTML5 WebRTC) and storing of this address to the **cookie**.

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

[](#installation)

Require this package in your composer.json and run composer update:

```
{
	"require": {
          "nqxcode/laravel-local-ip-detector": "1.*"
	}
}
```

After updating composer, add the ServiceProvider to the providers array in `app/config/app.php`

```
'providers' => [
	'Nqxcode\LaravelLocalIpDetector\ServiceProvider',
],
```

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

[](#configuration)

Publish the config file into your project by running:

```
php artisan config:publish nqxcode/laravel-local-ip-detector
```

License
-------

[](#license)

Package licenced under the MIT license.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

2948d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75d008474c86762490f249a6f2f1bc5f4728ca2dea466ca26fbb72dfb928a533?d=identicon)[nqxcode](/maintainers/nqxcode)

---

Top Contributors

[![nqxcode](https://avatars.githubusercontent.com/u/5667387?v=4)](https://github.com/nqxcode "nqxcode (14 commits)")

### Embed Badge

![Health badge](/badges/nqxcode-laravel-local-ip-detector/health.svg)

```
[![Health](https://phpackages.com/badges/nqxcode-laravel-local-ip-detector/health.svg)](https://phpackages.com/packages/nqxcode-laravel-local-ip-detector)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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