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

AbandonedArchivedLibrary

arimolzer/ipstack-finder
========================

1.0.4(5y ago)17214[1 PRs](https://github.com/arimolzer/ipstack-finder/pulls)MITPHPPHP ^7.1

Since Jul 3Pushed 2y agoCompare

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

READMEChangelog (7)Dependencies (5)Versions (9)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/dbfc34223b2a701e337a17a60870fd91bd688e81b1764d415e187521ae4b8d70/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6172696d6f6c7a65722f6970737461636b2d66696e6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arimolzer/ipstack-finder)[![Build Status](https://camo.githubusercontent.com/a886b9114aa9d2da01b5334023433ff72027320c6cc22b8515759d514fe0b343/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6172696d6f6c7a65722f6970737461636b2d66696e6465722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/arimolzer/ipstack-finder)[![Quality Score](https://camo.githubusercontent.com/a27e8c8a91a9d491f39053d87d7d80863db2f0c576180667bf57140388b07b5e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6172696d6f6c7a65722f6970737461636b2d66696e6465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/arimolzer/ipstack-finder)[![Total Downloads](https://camo.githubusercontent.com/7adb77ae1a372bb18132c19d2287e9d8bc5b0fbbf1f5e85440045375380964fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6172696d6f6c7a65722f6970737461636b2d66696e6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arimolzer/ipstack-finder)

This Laravel 5.8 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 arimolzer/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

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.5% 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 ~73 days

Recently: every ~88 days

Total

6

Last Release

2141d ago

Major Versions

v0.1-alpha → 1.0.02019-07-16

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

ipstack-finderarimolzer

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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