An open API service indexing awesome lists of open source software.

https://github.com/loevgaard/pakkelabels-php-sdk

PHP SDK for Pakkelabels.dk API
https://github.com/loevgaard/pakkelabels-php-sdk

library pakkelabels php php-sdk sdk

Last synced: 12 months ago
JSON representation

PHP SDK for Pakkelabels.dk API

Awesome Lists containing this project

README

          

# pakkelabels-php-sdk

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

A PHP SDK for the [Pakkelabels API v3](https://app.pakkelabels.dk/api/public/v3/specification).

## Install

Via Composer

``` bash
$ composer require loevgaard/pakkelabels-php-sdk
```

## Usage

```php
doRequest('GET', 'method');
```

## Testing

``` bash
$ composer test
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.

## Security

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

## Credits

- [Joachim Loevgaard][link-author]
- [All Contributors][link-contributors]

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/loevgaard/pakkelabels-php-sdk.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/loevgaard/pakkelabels-php-sdk/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/loevgaard/pakkelabels-php-sdk.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/loevgaard/pakkelabels-php-sdk.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/loevgaard/pakkelabels-php-sdk.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/loevgaard/pakkelabels-php-sdk
[link-travis]: https://travis-ci.org/loevgaard/pakkelabels-php-sdk
[link-scrutinizer]: https://scrutinizer-ci.com/g/loevgaard/pakkelabels-php-sdk/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/loevgaard/pakkelabels-php-sdk
[link-downloads]: https://packagist.org/packages/loevgaard/pakkelabels-php-sdk
[link-author]: https://github.com/loevgaard
[link-contributors]: ../../contributors