appstract/pakketpartner-php-client
最新稳定版本:1.1.0
Composer 安装命令:
composer require appstract/pakketpartner-php-client
包简介
PHP Client for the Pakketpartner API
README 文档
README
PHP Client for the Pakketpartner API
Installation
You can install the package via composer:
composer require appstract/pakketpartner-php-client
Usage
Setup the connection.
use Appstract\Pakketpartner\Connection; use Appstract\Pakketpartner\Pakketpartner; $connection = new Connection(); $connection->setApiToken('yourapitoken'); $pakketpartner = new Pakketpartner($connection);
Use a method to handle entities.
use Appstract\Pakketpartner\Pakketpartner; $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.
统计信息
- 总下载量: 189
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-28