boekuwzending / php-sdk
Boekuwzending API client for PHP.
Installs: 1 306
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 7
Open Issues: 6
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
- dev-main
- v2.2.1
- v2.2.0
- v2.1.0
- v2.0.1
- v2.0.0
- v2.0.0-beta.4
- v2.0.0-beta.3
- v2.0.0-beta.2
- v2.0.0-beta.1
- v1.1.0
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.4.0
- v0.3.11
- v0.3.10
- v0.3.10-beta01
- v0.3.9
- v0.3.7
- v0.3.6
- v0.3.5
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3
- v0.2
- 0.1
- dev-support/v0.x
- dev-support/v1.x
- dev-feat/v2next-temp-branch
- dev-dependabot/add-v2-config-file
- dev-dependabot/composer/phpunit/phpunit-tw-7.5or-tw-8.0
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');