https://github.com/webeweb/gouv-api-library
Integrate API gouv with your projects
https://github.com/webeweb/gouv-api-library
adresse api calendrier geo gouv library php webeweb
Last synced: about 1 year ago
JSON representation
Integrate API gouv with your projects
- Host: GitHub
- URL: https://github.com/webeweb/gouv-api-library
- Owner: webeweb
- License: mit
- Created: 2021-11-10T12:48:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T07:24:22.000Z (about 2 years ago)
- Last Synced: 2025-03-24T16:45:52.574Z (about 1 year ago)
- Topics: adresse, api, calendrier, geo, gouv, library, php, webeweb
- Language: PHP
- Homepage:
- Size: 718 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
gouv-api-library
================
[](https://github.com/webeweb/gouv-api-library/actions)
[](https://coveralls.io/github/webeweb/gouv-api-library?branch=master)
[](https://packagist.org/packages/webeweb/gouv-api-library)
[](./LICENSE)
Integrate Gouv API with your projects.
Includes:
- [API Adresse](https://adresse.data.gouv.fr/api-doc/adresse)
- [API Géo](https://api.gouv.fr/documentation/api-geo)
- ~~[API Sirene](https://entreprise.data.gouv.fr/api_doc/sirene)~~
- [Jours fériés](https://api.gouv.fr/documentation/jours-feries)
Provides:
- [webeweb/geo-json-library](https://github.com/webeweb/geo-json-library)
If you like this package, pay me a beer (or a coffee)
[](https://www.paypal.me/webeweb)
## Compatibility
[](http://php.net)
## Installation
Open a command console, enter your project directory and execute the following
command to download the latest stable version of this package:
```bash
composer require webeweb/gouv-api-library
```
This command requires you to have Composer installed globally, as explained in
the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the
Composer documentation.
## Usage
Read the [documentation](doc/index.md). You can also consult or execute sample
scripts into dev folder.
## Testing
To test the package, is better to clone this repository on your computer.
Open a command console and execute the following commands to download the latest
stable version of this package:
```bash
git clone https://github.com/webeweb/gouv-api-library.git
cd gouv-api-library
composer install
```
Once all required libraries are installed then do:
```bash
vendor/bin/phpunit
```
## License
`gouv-api-library` is released under the MIT License. See the bundled [LICENSE](LICENSE)
file for details.
## Donate
If you like this work, please consider donating at
[](https://www.paypal.me/webeweb)