php-extended/php-insee-ban-data-position

A library that stores the ban data positions


Keywords
php, data, base, position, INSEE, ign, OpenStreetMap, ban, adresse, la poste, dgfip, etalab, nationale
License
MIT

Documentation

php-insee-ban-data-position

A library that stores the data about the positions from the BAN. This repository is related to the repository php-extended/php-insee-ban.

Last Updated Date : 2019-12-20

Installation

The installation of this library is made via composer. Download composer.phar from their website. Then add to your composer.json :

	"require": {
		...
		"php-extended/php-insee-ban-data-position": "^1"
		...
	}

Then run php composer.phar update to install this library. The autoloading of all classes of this library is made through composer's autoloader.

License