loevgaard/pakkelabels-php-sdk

PHP SDK for Pakkelabels.dk API

v1.1.0 2017-10-31 10:26 UTC

This package is auto-updated.

Last update: 2024-04-06 09:25:30 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

A PHP SDK for the Pakkelabels API v3.

Install

Via Composer

$ composer require loevgaard/pakkelabels-php-sdk

Usage

<?php
$pakkelabelsClient = new Loevgaard\Pakkelabels\Client('api username', 'api password');
$result = $pakkelabelsClient->doRequest('GET', 'method');

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email joachim@loevgaard.dk instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.