PHPackages                             laravel-ready/ultimate-support - 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. laravel-ready/ultimate-support

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

laravel-ready/ultimate-support
==============================

A few useful reusable support package for Laravel

v3.0.0(1y ago)08.0k↑35%25MITPHPPHP ^8.2 || ^8.1 || ^8.0

Since May 14Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/laravel-ready/ultimate-support)[ Packagist](https://packagist.org/packages/laravel-ready/ultimate-support)[ RSS](/packages/laravel-ready-ultimate-support/feed)WikiDiscussions main Synced yesterday

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

Ultimate Support
================

[](#ultimate-support)

[![relliv Laravel Support](https://camo.githubusercontent.com/6d9e3c201056ee58d825771eb1790e4366d9f790edfee2647a871b3d3632ac18/68747470733a2f2f707265766965772e647261676f6e2d636f64652e70726f2f72656c6c69762f556c74696d6174652d537570706f72742e7376673f6272616e643d6c61726176656c)](https://github.com/laravel-ready/ultimate-support)

[![Stable Version](https://camo.githubusercontent.com/cb323de976a257efe0d76876e757c578919cd13a3ddbf56a7d0efa9f4f25c222/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6c61726176656c2d72656164792f756c74696d6174652d737570706f72743f6c6162656c3d737461626c65267374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-ready/ultimate-support)[![Unstable Version](https://camo.githubusercontent.com/85afbac0745eb275d863cee4b1701a70c0e30315d27990b00f1abd553b8761e8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f756e737461626c652d6465762d2d6d61696e2d6f72616e67653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-ready/ultimate-support)[![Total Downloads](https://camo.githubusercontent.com/6c925f20d44d0c5f302569871dc6699d6b9ce32b9a46d4311ecf0fc634a3764b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2d72656164792f756c74696d6174652d737570706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-ready/ultimate-support)[![License](https://camo.githubusercontent.com/0f397288d98708198d5d34252b6921c7b089ca663213f04f8a8beb153529e3f3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2d72656164792f756c74696d6174652d737570706f72742e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Support collection for Laravel. This package is standalone and does not require external packages.

Install
-------

[](#install)

Install via Composer:

```
composer require laravel-ready/ultimate-support
```

Publish Config
--------------

[](#publish-config)

```
php artisan vendor:publish --tag=ultimate-support-config
```

Support Classes
===============

[](#support-classes)

IpSupport
---------

[](#ipsupport)

Contains methods for working with IP addresses.

`use LaravelReady\UltimateSupport\Supports\IpSupport;`

MethodDescriptionResult**isLocalhost**Check client is from localhost`boolean`**getPublicIp**Get client public IP address if it is localhost`null` or `string`**getIpAddress**Get client real IP address`array`### getIpAddress Result

[](#getipaddress-result)

```
[
  "is_local" => true, // is client from localhost
  "base_ip" => "127.0.0.1", // laravel's request()->ip()
  "ip_address" => "111.111.111.111", // real client ip
]
```

> **Warning** `getPublicIp` is uses [ipify.org](https://api.ipify.org/?format=json) service and caching results for 1 day. **Note** In laravel native way you can use `Request::ip()` method but this method is not cover all cases. For example cloudflare, nginx, etc. Also see this stackoverflow [question](https://stackoverflow.com/q/13646690/6940144).

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance58

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity66

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

Recently: every ~251 days

Total

7

Last Release

436d ago

Major Versions

v1.1.1 → v2.0.02024-05-27

v2.0.0 → v3.0.02025-04-23

PHP version history (3 changes)1.0.0PHP ^8.0.2

v1.1.1PHP ^8.1 || ^8.0

v2.0.0PHP ^8.2 || ^8.1 || ^8.0

### Community

Maintainers

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

---

Top Contributors

[![relliv](https://avatars.githubusercontent.com/u/17010054?v=4)](https://github.com/relliv "relliv (24 commits)")

---

Tags

laravelsupportultimate-support

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/laravel-ready-ultimate-support/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-ready-ultimate-support/health.svg)](https://phpackages.com/packages/laravel-ready-ultimate-support)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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