php-extended / php-api-fr-gouv-entreprises-gmth-interface
This package is abandoned and no longer maintained.
No replacement package was suggested.
A library that gets data from the gmth application for entreprises.gouv.fr
3.3.10
2022-02-20 09:05 UTC
Requires
- dev-master
- 3.3.10
- 3.3.9
- 3.3.8
- 3.3.7
- 3.3.6
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.16
- 3.1.15
- 3.1.14
- 3.1.13
- 3.1.12
- 3.1.11
- 3.1.10
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.18
- 3.0.17
- 3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
This package is auto-updated.
Last update: 2023-08-08 14:16:00 UTC
README
A library that gets data from the gmth application for entreprises.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-entreprises-gmth-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-entreprises-gmth-object
.
License
MIT (See license file).