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↑50%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 1mo ago

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 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

1859d 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

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[spatie/laravel-route-discovery

Auto register routes using PHP attributes

23645.0k2](/packages/spatie-laravel-route-discovery)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

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