PHPackages                             hedii/ip-checker - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. hedii/ip-checker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hedii/ip-checker
================

Check whether an ip address can be used in a Laravel application

1.0.3(8y ago)181MITPHPPHP ^7.2

Since Mar 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/hedii/ip-checker)[ Packagist](https://packagist.org/packages/hedii/ip-checker)[ Docs](https://github.com/hedii/ip-checker)[ RSS](/packages/hedii-ip-checker/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (7)Versions (5)Used By (0)

[![Build Status](https://camo.githubusercontent.com/2f8626d4dcd7ffa4cab1042be808734909bc7d656be5f134d9921a985ae4268d/68747470733a2f2f7472617669732d63692e6f72672f68656469692f69702d636865636b65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/hedii/ip-checker)

ip-checker
==========

[](#ip-checker)

Check whether an ip address can be used in a Laravel application. Receive an email notification when an ip address does not pass the check.

Table of contents
-----------------

[](#table-of-contents)

- [Table of contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
- [Testing](#testing)
- [License](#license)

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

[](#installation)

Install via [composer](https://getcomposer.org/doc/00-intro.md)

```
composer require hedii/ip-checker

```

Publish and edit the configuration (`config/ip-checker.php`)

```
php artisan vendor:publish --provider="Hedii\IpChecker\IpCheckerServiceProvider" --tag="config"

```

Usage
-----

[](#usage)

#### Manual check

[](#manual-check)

Run the package command manually

```
php artisan ip:check

```

#### Scheduled check

[](#scheduled-check)

Schedule the package command to check the ip addresses at regular interval.

To check the ip addresses every hour, edit `app/Console/Kernel.php`

```
/**
 * Define the application's command schedule.
 *
 * @param \Illuminate\Console\Scheduling\Schedule $schedule
 */
 protected function schedule(Schedule $schedule)
 {
     $schedule->command('ip:check')->hourly();
 }
```

Testing
-------

[](#testing)

```
composer test

```

License
-------

[](#license)

hedii/ip-checker is released under the MIT Licence. See the bundled [LICENSE](https://github.com/hedii/ip-checker/blob/master/LICENSE.md) file for details.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

4

Last Release

2989d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4a5db1cfc95de95128aba94b6f26a69d543e7f1e95f5f9afcdaf7e1db836fe1?d=identicon)[hedii](/maintainers/hedii)

---

Top Contributors

[![hedii](https://avatars.githubusercontent.com/u/5358048?v=4)](https://github.com/hedii "hedii (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hedii-ip-checker/health.svg)

```
[![Health](https://phpackages.com/badges/hedii-ip-checker/health.svg)](https://phpackages.com/packages/hedii-ip-checker)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[spatie/laravel-enum

Laravel Enum support

3655.4M31](/packages/spatie-laravel-enum)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)

PHPackages © 2026

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