https://github.com/appstract/laravel-pakketpartner
Wrapper for the Pakketpartner PHP Client
https://github.com/appstract/laravel-pakketpartner
Last synced: 5 months ago
JSON representation
Wrapper for the Pakketpartner PHP Client
- Host: GitHub
- URL: https://github.com/appstract/laravel-pakketpartner
- Owner: appstract
- License: mit
- Archived: true
- Created: 2020-03-28T22:16:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T09:55:53.000Z (almost 5 years ago)
- Last Synced: 2025-05-26T07:26:24.943Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Pakketpartner
[](https://packagist.org/packages/appstract/laravel-pakketpartner)
[](https://packagist.org/packages/appstract/laravel-pakketpartner)
[](LICENSE.md)
[](https://travis-ci.org/appstract/laravel-pakketpartner)
## Installation
You can install the package via composer:
``` bash
composer require appstract/laravel-pakketpartner
```
## Usage
``` php
$shipment = Pakketpartner::shipment();
$shipment->order_reference = 'Appstract';
$shipment->save();
```
## Testing
``` bash
composer test
```
## Contributing
Contributions are welcome, [thanks to y'all](https://github.com/appstract/laravel-pakketpartner/graphs/contributors) :)
## About Appstract
Appstract is a small team from The Netherlands. We create (open source) tools for Web Developers and write about related subjects on [Medium](https://medium.com/appstract). You can [follow us on Twitter](https://twitter.com/appstractnl), [buy us a beer](https://www.paypal.me/appstract/10) or [support us on Patreon](https://www.patreon.com/appstract).
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.