digipolisgent / api-client
This package provides interfaces and abstract implementations to create an API client.
3.0.1
2022-08-24 07:09 UTC
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- guzzlehttp/guzzle: ^6.5 || ^7.0
- psr/http-message: ^1.0
- psr/simple-cache: ^1.0
Requires (Dev)
- district09/qa-php: ^1.0
This package is auto-updated.
Last update: 2024-10-24 11:43:57 UTC
README
This package provides interfaces and abstract implementations to create an API client.
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.