A library that stores the ban data positions
A library that stores the data about the positions 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-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.
The code is under MIT (See license file).