PHPackages                             ici-brussels/urbis-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ici-brussels/urbis-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ici-brussels/urbis-php
======================

A php class for UrbIS Geolocalization services

0.1.3(8y ago)029MITPHP

Since Nov 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ici-brussels/urbis-php)[ Packagist](https://packagist.org/packages/ici-brussels/urbis-php)[ RSS](/packages/ici-brussels-urbis-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

urbis-php
=========

[](#urbis-php)

[UrbIS®©](http://bric.brussels/en/our-solutions/urbis-solutions) comprises a set of geographical databases of the Brussels-Capital Region and online services enabling the convenient use of these data.

urbis-php gives developpers a tool to use it easily with PHP.

Install
-------

[](#install)

The tool only requires **PHP 7.0+** and **guzzlehttp/guzzle**.

Use it via composer + packagist:

Usage
-----

[](#usage)

```
$urbis = new Urbis_Geoloc();

// Find relevant address according to input
/* Option 1: Structured */
$urbis->getAddress_Structured("rue américaine", "25", "1060", "fr");
/* Option 2: Unstructured */
$urbis->getAddress_Unstructured("rue américaine 25", "fr");

// get array with validated address
$result = $urbis->getStructuredAddress();
print_r($result);
/*
Array
(
    [StreetName] => Rue Américaine
    [StreetNumber] => 25
    [PostalCode] => 1060
    [MunicipalityName] => Saint-Gilles
)
*/

// get array with latitude/longitude
$result = $urbis->getGeographicalLocation();
print_r($result);
/*
Array
(
    [lat] => 50.824197276153
    [lon] => 4.3554360355926
)
*/
```

Credits
-------

[](#credits)

- Created by Bruno Veyckemans ([ici Bruxelles](https://ici.brussels/)). All comments and suggestions welcome !
- Realized by means of Brussels UrbIS®© - CIRB

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

9

Last Release

3107d ago

### Community

Maintainers

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

---

Top Contributors

[![ici-be](https://avatars.githubusercontent.com/u/8818360?v=4)](https://github.com/ici-be "ici-be (21 commits)")

### Embed Badge

![Health badge](/badges/ici-brussels-urbis-php/health.svg)

```
[![Health](https://phpackages.com/badges/ici-brussels-urbis-php/health.svg)](https://phpackages.com/packages/ici-brussels-urbis-php)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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