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

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

veltix/ultimate-support
=======================

A few useful reusable support package for Laravel

1.0.0(2y ago)071MITPHPPHP ^8.3 || ^8.2 || ^8.1 || ^8.0

Since Mar 13Pushed 2y agoCompare

[ Source](https://github.com/Veltix/ultimate-support)[ Packagist](https://packagist.org/packages/veltix/ultimate-support)[ RSS](/packages/veltix-ultimate-support/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (1)

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

[](#ultimate-support)

[![EgoistDeveloper Laravel Support](https://camo.githubusercontent.com/15f03a4da26ee59ffa8bd9e3618a6c812600b9ae0826fe53a501a181d3f897a3/68747470733a2f2f707265766965772e647261676f6e2d636f64652e70726f2f45676f697374446576656c6f7065722f556c74696d6174652d537570706f72742e7376673f6272616e643d6c61726176656c)](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 cover all cases. For example cloudflare, nginx, etc. Also see this stackoverflow [question](https://stackoverflow.com/q/13646690/6940144).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87% 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

Unknown

Total

1

Last Release

796d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelsupportultimate-support

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[prologue/support

Prologue Support is an extension for Illuminate Support

1616.8k](/packages/prologue-support)[binshops/laravel-ticket

A simple ticketing system for Laravel 5.1 – 5.8 and 6.\* - 7.\* - 8.\* - 9.\* - 10.\* -which integrates smoothly with Laravel default users and auth system

261.0k](/packages/binshops-laravel-ticket)

PHPackages © 2026

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