php-extended / php-api-fr-gouv-minint-rna-interface
A library that provides RNA (Répertoire National des Associations) data as objects from data.gouv.fr
4.0.2
2022-06-08 06:59 UTC
Requires
- php: >=7.2
- php-extended/polyfill-php80-stringable: ^1
- psr/http-message: ^1
README
A library that provides RNA (Répertoire National des Associations) data as objects from 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-gouv-minint-rna-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-gouv-minint-rna-object
.
License
MIT (See license file).