eurostatgroup / php-sdk
The php sdk for our rest api
dev-main
2022-06-23 18:07 UTC
Requires
- php: ^7.0
- composer/ca-bundle: ^1.2
Requires (Dev)
- guzzlehttp/guzzle: 7.0
- phpunit/phpunit: 9.5.20
Suggests
- eurostatgroup/oauth2-php: Use OAuth to authenticate with the Eurostatgroup API. This is needed for some endpoints. Visit https://docs.eurostatgroup.nl/ for more information.
This package is auto-updated.
Last update: 2025-03-24 00:01:28 UTC
README
Eurostat API SDK for PHP
Requirements
To use the Eurostatgroup API SDK, the following things are required:
- Get yourself a free Eurostatgroup api account. No sign up costs.
- wait for your api operator to allow your account.
- PHP >= 7.1
For leveraging Eurostatgroup Connect (advanced use cases only), we recommend also installing our OAuth2 client.
Composer Installation
By far the easiest way to install the Eurostatgroup API SDK is to require it with Composer.
$ composer require eurostatgroup/php-sdk:^1.0
{
"require": {
"eurostatgroup/php-sdk": "^1.0"
}
}
API documentation
If you wish to learn more about our API, please visit the Eurostatgroup Api Developer portal. API Documentation is available in English.
License
BSD (Berkeley Software Distribution) License. Copyright (c) 2022-2022, Eurostatgroup B.V.