This package provides interfaces and abstract implementations to create an API client.
Add the package to composer.json:
Install the package:
composer require digipolisgent/api-client
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.
Please see CHANGELOG for more information what has changed recently.
Run first GrumPHP to generate the proper config files:
composer grumphp
Run all PHPUnit tests:
composer phpunit
The MIT License (MIT). Please see License File for more information.