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
- Host: GitHub
- URL: https://github.com/loevgaard/pakkelabels-php-sdk
- Owner: loevgaard
- License: mit
- Created: 2017-10-09T12:19:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T10:17:02.000Z (about 8 years ago)
- Last Synced: 2025-02-13T11:52:37.998Z (about 1 year ago)
- Topics: library, pakkelabels, php, php-sdk, sdk
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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