digipolisgent/api-client
This package provides interfaces and abstract implementations to create an API client.
Maintainers
4.1.0
2026-05-13 10:52 UTC
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- guzzlehttp/guzzle: ^6.5 || ^7.0
- jumbojett/openid-connect-php: ^1
- psr/http-message: ^1.0 || ^2.0
- psr/simple-cache: ^1.0 || ^2.0 || ^3.0
Requires (Dev)
- district09/qa-php: ^2.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 9a11ce923b7dc3a107867824cd08cfbbe1413785
- Peter Decuyper <peter.decuyper.woop@district09.gent>
- Jelle Sebreghts <sebreghts.jelle.woop@district09.gent>
- Lennart Van Vaerenbergh <lennart.vanvaerenbergh.woop@district09.gent>
README
This package provides interfaces and abstract implementations to create an API client.
👁 Latest Stable Version
👁 Total Downloads
👁 License
👁 Build Status
👁 Maintainability
👁 Test Coverage
👁 PHP from Packagist
Install
Add the package to composer.json:
Install the package:
composer require digipolisgent/api-client
Usage
See the examples of service packages how to use this package:
- gent/services/openinghours : Service to access the Opening Hours API and wrap the responses in value objects.
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Run first GrumPHP to generate the proper config files:
composer grumphp
Run all PHPUnit tests:
composer phpunit
License
The MIT License (MIT). Please see License File for more information.
