Looking to hire Laravel developers? Try LaraJobs

laravel-pakketpartner maintained by appstract

Description
Wrapper for the Pakketpartner PHP Client
Author
Last update
2021/07/05 11:44 (dev-master)
License
Downloads
16

Comments
comments powered by Disqus

Laravel Pakketpartner

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.