PHPackages                             pendonl/laravel-pro6pp - 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. pendonl/laravel-pro6pp

ActiveLibrary[API Development](/categories/api)

pendonl/laravel-pro6pp
======================

Laravel interface to Pro6pp API PHP Wrapper

v1.0.1(9y ago)4149.3k↑21.2%MITPHPPHP &gt;=5.6.0

Since Nov 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/PendoNL/laravel-pro6pp)[ Packagist](https://packagist.org/packages/pendonl/laravel-pro6pp)[ RSS](/packages/pendonl-laravel-pro6pp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Laravel Facade for Pro6PP PHP Wrapper
=====================================

[](#laravel-facade-for-pro6pp-php-wrapper)

[![Latest version on Packagist](https://camo.githubusercontent.com/55120c3b26235dbcaef47625fb9e65f8da2a6e23fb66bd15b44d3f6aacbd32d2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70656e646f6e6c2f6c61726176656c2d70726f3670702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pendonl/laravel-fontawesome)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Travis branch](https://camo.githubusercontent.com/cf334e3127ab750252c6e8303cf6270bda73274a0e378e214833f310cf70faa3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f50656e646f4e4c2f6c61726176656c2d70726f3670702f6d61737465722e737667)](https://travis-ci.org/PendoNL/laravel-fontawesome)[![Scrutinizer](https://camo.githubusercontent.com/52e02fb228d494519105699a29c2910bfde547054b06d630abb5d44a0e2ab227/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f50656e646f4e4c2f6c61726176656c2d70726f3670702e737667)](https://scrutinizer-ci.com/g/PendoNL/laravel-fontawesome/)[![SensioLabs Insight](https://camo.githubusercontent.com/d8e75c8883e55d7e92194a1a0f122e206b26ca74cde2fc9bcb8547eac339064d/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f61623363393235372d326232392d343766642d386566342d3537663331626335333037382e737667)](https://insight.sensiolabs.com/projects/ab3c9257-2b29-47fd-8ef4-57f31bc53078)[![Style Ci](https://camo.githubusercontent.com/16e34a8f3f783bb6bba8a593a4c8f59ca4a9fd1046753e52c237b57336f1eed1/68747470733a2f2f7374796c6563692e696f2f7265706f732f37333530363037362f736869656c64)](https://styleci.io/repos/73506076/)[![Total Downloads](https://camo.githubusercontent.com/c960c0fd5791208a3c2e9f9af3bd073d827c983601b9f5c3c569fe4700fa0981/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70656e646f6e6c2f6c61726176656c2d70726f3670702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pendonl/laravel-pro6pp)

The `PendoNL/laravel-pro6pp` package provides an easy to use way to communicate with Pro6PP's API to fetch location based data via a Facade. Of course you may also use the class without the Facade. More information on the class and it's methods can be found [here](https://github.com/PendoNL/pro6pp-php-wrapper).

Usage
-----

[](#usage)

You can use any method by using the Facade, your API key and preferred data type are used automatically with each request:

```
$getAddress = Pro6pp::autocomplete(6225, '7', c);
$suggestions = Pro6pp::suggest('Maast', 10);
$distanceBetweenCoordinates = Pro6pp::coordinateDistance(50.858030, 5.717376, 50.840078, 5.659258);
```

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

[](#installation)

Install the package using composer:

`composer require pendonl/laravel-pro6pp`

Next, you must install the service provider (for L5.5 and up Auto-Discovery is enabled):

```
// config/app.php
'providers' => [
    ...
    PendoNL\LaravelPro6pp\LaravelPro6ppServiceProvider::class,
];
```

Optionally, register the facade:

```
// config/app.php
'aliases' => [
    ...
    'Pro6pp' => PendoNL\LaravelPro6pp\Facade::class,
];
```

To function properly, thise package requires `pendonl/pro6pp-php-wrapper`, this dependency will be installed automatically.

Then publish the configuration file using:

`php artisan vendor:publish --provider="PendoNL\LaravelPro6pp\LaravelPro6ppServiceProvider"`

If you're using an .env file, make sure these are added to the bottom of that file:

```
PRO6PP_API_KEY=
PRO6PP_FORMAT=json
PRO6PP_PRETTY=false

```

Security
--------

[](#security)

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

Credits
-------

[](#credits)

Thanks to Pro6PP for their efforts to create, maintain and update a postal database for a fair price.

About Pendo
-----------

[](#about-pendo)

Pendo is a webdevelopment agency based in Maastricht, Netherlands. If you'd like, you can [visit our website](https://pendo.nl).

License
-------

[](#license)

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

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

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

Total

2

Last Release

3475d ago

### Community

Maintainers

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

---

Top Contributors

[![joshuadegier](https://avatars.githubusercontent.com/u/2580917?v=4)](https://github.com/joshuadegier "joshuadegier (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pendonl-laravel-pro6pp/health.svg)

```
[![Health](https://phpackages.com/badges/pendonl-laravel-pro6pp/health.svg)](https://phpackages.com/packages/pendonl-laravel-pro6pp)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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