PHPackages                             nelkasovic/ipstack-finder - 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. nelkasovic/ipstack-finder

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

nelkasovic/ipstack-finder
=========================

1.0.6(3y ago)0195MITPHPPHP ^8.0

Since Aug 10Pushed 3y agoCompare

[ Source](https://github.com/nelkasovic/ipstack-finder)[ Packagist](https://packagist.org/packages/nelkasovic/ipstack-finder)[ Docs](https://github.com/nelkasovic/ipstack-finder)[ RSS](/packages/nelkasovic-ipstack-finder/feed)WikiDiscussions master Synced 1mo ago

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

A laravel facade for the ipstack.com API
========================================

[](#a-laravel-facade-for-the-ipstackcom-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9d1034db3e8fc431a184098d2a644b7500ec6bd233fecfb6c1d2eed9468cb99e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e656c6b61736f7669632f6970737461636b2d66696e6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arimolzer/ipstack-finder)[![Build Status](https://camo.githubusercontent.com/912852c5c9d7b5f381828321c3a10bff1978f0140146b4eafbaac433bf4f9d6f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e656c6b61736f7669632f6970737461636b2d66696e6465722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/arimolzer/ipstack-finder)[![Quality Score](https://camo.githubusercontent.com/20490c7d69a67aa04d1517fff043bc0ad5667eee7ac9c4afc2da32f17401412e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6e656c6b61736f7669632f6970737461636b2d66696e6465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/arimolzer/ipstack-finder)[![Total Downloads](https://camo.githubusercontent.com/e4fbd931e8feabc768290a68b2c4a06f9fe03c86dcfdaa18bf48fcb5ac5853a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e656c6b61736f7669632f6970737461636b2d66696e6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nelkasovic/ipstack-finder)

This Laravel package provides a simple to use facade to request data from the [ipstack.com](https://ipstack.com) geolocation API.

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

[](#installation)

You can install the package via composer:

```
composer require nelkasovic/ipstack-finder
```

The package will be immediately available thanks to Laravel auto discovery.

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

[](#configuration)

Before making any requests however, you'll need to provide an [ipstack.com](https://ipstack.com) API key. You can sign up for a free key [on their website](https://ipstack.com/product).

The best way to set the API key is by assigning the `IPSTACK_API_KEY` environmental variable in your `.env` file. Alternatively, you can publish the packages config file to your application and edit the it directly.

Optionally, you can also set a `IPSTACK_DEFAULT_LANGUAGE` environmental variable, which will update the default response language. For language options, see the [API documentation](https://ipstack.com/documentation#language).

If you would like to publish the config files, run the below artisan command:

```
php artisan vendor:publish --provider="Arimolzer\IPStackFinder\IPStackFinderServiceProvider"
```

Usage
-----

[](#usage)

Once the package is installed, you can call the facade by using the IPFinder facade:

```
/** @var array $data */
$data = IPStackFinderFacade::get('8.8.8.8');
```

Currently the only available method is `IPStackFinderFacade::get(string $ip)`.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Ari Molzer](https://github.com/arimolzer)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https//laravelpackageboilerplate.com).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.4% 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 ~113 days

Total

3

Last Release

1148d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1759407?v=4)[Nermin Elkasovic](/maintainers/nelkasovic)[@nelkasovic](https://github.com/nelkasovic)

---

Top Contributors

[![arimolzer](https://avatars.githubusercontent.com/u/22068367?v=4)](https://github.com/arimolzer "arimolzer (29 commits)")[![nelkasovic](https://avatars.githubusercontent.com/u/1759407?v=4)](https://github.com/nelkasovic "nelkasovic (8 commits)")[![vhinmanansala](https://avatars.githubusercontent.com/u/6566313?v=4)](https://github.com/vhinmanansala "vhinmanansala (2 commits)")

---

Tags

ipstack-findernelkasovic

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nelkasovic-ipstack-finder/health.svg)

```
[![Health](https://phpackages.com/badges/nelkasovic-ipstack-finder/health.svg)](https://phpackages.com/packages/nelkasovic-ipstack-finder)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[backpack/basset

Dead-simple way to load CSS or JS assets only once per page, when using Laravel 10+.

202832.4k6](/packages/backpack-basset)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)

PHPackages © 2026

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