php-extended / php-api-fr-gouv-finances-mioga-interface
A library that gets data from the mioga.finances.gouv.fr website
4.0.0
2022-05-28 15:45 UTC
Requires
README
A library that gets data from the mioga.finances.gouv.fr website.
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-finances-mioga-interface": "^3"
...
}
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-finances-mioga-object
.
License
MIT (See license file).