appstract/laravel-pakketpartner

This package is abandoned and no longer maintained. No replacement package was suggested.

Wrapper for the Pakketpartner PHP Client

1.1.0 2021-07-05 09:44 UTC

This package is auto-updated.

Last update: 2022-06-05 11:52:24 UTC


README

Latest Version on Packagist Total Downloads Software License Build Status

Installation

You can install the package via composer:

composer require appstract/laravel-pakketpartner

Usage

$shipment = Pakketpartner::shipment();

$shipment->order_reference = 'Appstract';

$shipment->save();

Testing

composer test

Contributing

Contributions are welcome, thanks to y'all :)

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. You can follow us on Twitter, buy us a beer or support us on Patreon.

License

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