PHPackages                             think.studio/laravel-loqate-api - 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. think.studio/laravel-loqate-api

ActiveLibrary

think.studio/laravel-loqate-api
===============================

Loqate api integration for laravel

1.1.0(2y ago)0473MITPHPPHP ^7.4|^8.0

Since May 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dev-think-one/laravel-loqate-api)[ Packagist](https://packagist.org/packages/think.studio/laravel-loqate-api)[ Docs](https://github.com/dev-think-one/laravel-loqate-api)[ RSS](/packages/thinkstudio-laravel-loqate-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (4)Used By (0)

Laravel: [Loqate](https://www.loqate.com/) API integration
==========================================================

[](#laravel-loqate-api-integration)

[![Packagist License](https://camo.githubusercontent.com/80de1e4820cb9b144d4c69cd25d7047aa33c12be476a5cd1910c41ccbc56dbab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7468696e6b2e73747564696f2f6c61726176656c2d6c6f716174652d6170693f636f6c6f723d253233346463373166)](https://camo.githubusercontent.com/80de1e4820cb9b144d4c69cd25d7047aa33c12be476a5cd1910c41ccbc56dbab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7468696e6b2e73747564696f2f6c61726176656c2d6c6f716174652d6170693f636f6c6f723d253233346463373166)[![Packagist Version](https://camo.githubusercontent.com/1b31b69755049c48750ffeae50e7fd523e1144871fdffcffb9f4b3870d2b72a9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468696e6b2e73747564696f2f6c61726176656c2d6c6f716174652d617069)](https://packagist.org/packages/think.studio/laravel-loqate-api)[![Total Downloads](https://camo.githubusercontent.com/b5b9d21e3709711f06dcc61c0e21fe046b7459b237a84756eb918e9d3ca59008/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468696e6b2e73747564696f2f6c61726176656c2d6c6f716174652d617069)](https://packagist.org/packages/think.studio/laravel-loqate-api)[![Build Status](https://camo.githubusercontent.com/0aaa2914b812b3dca29fc9f3b9bd4f9b9eacc117fcd064b89973a752146e0651/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6c61726176656c2d6c6f716174652d6170692f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/laravel-loqate-api/build-status/main)[![Code Coverage](https://camo.githubusercontent.com/17be9cc03e61271199909a968edc0d00ce342dd1edd1fe9313018724ac94364e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6c61726176656c2d6c6f716174652d6170692f6261646765732f636f7665726167652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/laravel-loqate-api/?branch=main)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/3cc7eceaec296dd8b9c80b0ea2a7de851bf1640f50154abdca277de7a3d83448/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6c61726176656c2d6c6f716174652d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/laravel-loqate-api/?branch=main)

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

[](#installation)

You can install the package via composer:

```
composer require think.studio/laravel-loqate-api
```

Configuration in *.env*

```
// config/services.php
'loqate' => [
    'key'    => env('LOQATE_API_KEY'),
],

```

```
LOQATE_API_KEY="AA11-AA11-AA11-AA11"
```

Usage
-----

[](#usage)

Simple call

```
LaravelLoqate\Loqate::captureInteractiveFind()->setText('CT15 5LS')->setIsMiddleware()->call()->json();
```

Set you api class

```
use LaravelLoqate\APIs\AbstractAPI;

class MyCaptureInteractiveFind extends AbstractAPI {

    /**
     * @inheritDoc
     */
    public function basePath(): string {
        return 'Capture/Interactive/Find/v1.1';
    }
}

$response = LaravelLoqate\Loqate::api(MyCaptureInteractiveFind::class)->setRequestField('Text', 'CT15 5LS')->setRequestField('IsMiddleware', true)->call();

$response->json('Items');
```

You can also specify your response wrapper (extends AbstractResponse)

Credits
-------

[](#credits)

- [![Think Studio](https://camo.githubusercontent.com/8e541bece07d503c85a126b5294865faa00e27371048772f566a0cce8c01fd3a/68747470733a2f2f7961726f736c617777772e6769746875622e696f2f696d616765732f73706f6e736f72732f7061636b616765732f6c6f676f2d7468696e6b2d73747564696f2e706e67)](https://think.studio/)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

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

Total

3

Last Release

1003d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53f93fa87d58f33d106de6bd5e2946f8a345ebfaee146360746056cb134a15a0?d=identicon)[think.studio](/maintainers/think.studio)

---

Top Contributors

[![yaroslawww](https://avatars.githubusercontent.com/u/23663794?v=4)](https://github.com/yaroslawww "yaroslawww (6 commits)")

---

Tags

loqatelaravel-loqate

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/thinkstudio-laravel-loqate-api/health.svg)

```
[![Health](https://phpackages.com/badges/thinkstudio-laravel-loqate-api/health.svg)](https://phpackages.com/packages/thinkstudio-laravel-loqate-api)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[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)
