A library that stores the ban data for departement 94 VAL DE MARNE
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.
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.
The code is under MIT (See license file).