PHPackages                             filippo-toso/positionstack - 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. [API Development](/categories/api)
4. /
5. filippo-toso/positionstack

ActiveLibrary[API Development](/categories/api)

filippo-toso/positionstack
==========================

A simple Laravel library to execute queries to positionstack.com

v1.0.1(5y ago)11.1k↓60%2MITPHPPHP ^7.3|^8.0

Since Apr 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/filippotoso/positionstack)[ Packagist](https://packagist.org/packages/filippo-toso/positionstack)[ RSS](/packages/filippo-toso-positionstack/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (3)Used By (0)

A Laravel client for positionstack.com
======================================

[](#a-laravel-client-for-positionstackcom)

A simple Laravel client to execute forward and reverse queries on positionstack.com

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

[](#installation)

You can install the package via composer:

```
composer require filippo-toso/positionstack
```

### Laravel support

[](#laravel-support)

Edit your `config/services.php` file and add the following fields:

```
    'positionstack' => [
        'key' => env('POINTSTACK_KEY_ID'),
    ],
```

### Usage

[](#usage)

In your Laravel application, you can execute calls as follow:

```
$data = PositionStack::forward('1600 Pennsylvania Ave NW, Washington DC');

// ...

$data = PositionStack::reverse('40.7638435,-73.9729691');
```

Both methods include a second optional parameter you can fill with the optional parameters described in [the official documentation](https://positionstack.com/documentation).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

1905d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55d89f2d44fb12225de2119994028ee69e36770bcf33c2b1ddf0d6672d28151b?d=identicon)[filippo.toso](/maintainers/filippo.toso)

---

Top Contributors

[![filippotoso](https://avatars.githubusercontent.com/u/26958813?v=4)](https://github.com/filippotoso "filippotoso (2 commits)")

### Embed Badge

![Health badge](/badges/filippo-toso-positionstack/health.svg)

```
[![Health](https://phpackages.com/badges/filippo-toso-positionstack/health.svg)](https://phpackages.com/packages/filippo-toso-positionstack)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[rapidez/core

Rapidez Core

1823.5k72](/packages/rapidez-core)

PHPackages © 2026

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