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
Requires
- php: ^7.0|^8.0
- appstract/pakketpartner-php-client: ^1.0
Requires (Dev)
- phpunit/phpunit: 5.*
This package is auto-updated.
Last update: 2022-06-05 11:52:24 UTC
README
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.