php-extended / php-api-fr-insee-ban-interface
A library that provides BAN (Base d'Adresse Nationale) data from adresse.data.gouv.fr.
4.0.1
2022-06-10 06:32 UTC
Requires
- php: >=7.2
- php-extended/polyfill-php80-stringable: ^1
This package is auto-updated.
Last update: 2022-08-10 06:59:39 UTC
README
A library that provides BAN (Base d'Adresse Nationale) data from adresse.data.gouv.fr.
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-api-fr-insee-ban-interface": "^4"
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
Basic Usage
This library is an interface-only library.
For a concrete implementation, see php-extended/php-api-fr-insee-ban-object
.
License
MIT (See license file).