boekuwzending / php-sdk
This package is abandoned and no longer maintained.
No replacement package was suggested.
Boekuwzending API client for PHP.
v2.2.1
2024-06-07 08:09 UTC
Requires
- php: ^7.1|^8.0
- ext-json: *
- giggsey/libphonenumber-for-php: ^8.12
- symfony/http-client: ^4.4|^5|^6
Requires (Dev)
- fakerphp/faker: ^1.9
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-07-15 20:09:17 UTC
README
Boekuwzending.com API client for PHP
A PHP library for communicating with the Boekuwzending.com API.
Requirements
- A Boekuwzending.com account, create one here
- API credentials, send us an email
- PHP 7.1 or higher
Composer installation
Install the API client using Composer.
$ composer require boekuwzending/php-sdk
Getting started
Creating the client:
$client = Boekuwzending\ClientFactory::build('Your API client ID', 'Your API client Secret');
Asking the API for tracking for a specific shipment:
$client->trackAndTrace->get('c45db117-4b06-43d4-ac5f-11afce96a168');