php-extended/php-insee-ban-data-d94

A library that stores the ban data for departement 94 VAL DE MARNE


Keywords
php, data, base, INSEE, departement, ign, OpenStreetMap, ban, adresse, la poste, dgfip, etalab, nationale, val de marne
License
MIT

Documentation

php-insee-ban-data-d94

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

Last Updated Date : 2019-08-09

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-d94": "^2"
		...
	}

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