定制 mrthito/laravel-dhlparcel 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mrthito/laravel-dhlparcel

Composer 安装命令:

composer require mrthito/laravel-dhlparcel

包简介

DHL Parcel API client for Laravel

README 文档

README

Latest Version on Packagist Software License Tests StyleCI Total Downloads

This package incorporates the DHL Parcel API client into your Laravel project.

Installation

You can install the package via composer:

composer require mvdnbrk/laravel-dhlparcel

Configuration

All you need to do is add your credentials to the .env file:

DHLPARCEL_ID=YOUR-USER-ID
DHLPARCEL_SECRET=YOUR-SECRET-KEY

Usage

use Mvdnbrk\Laravel\Facades\DhlParcel;

$shipment = DhlParcel::shipments()->create([
   ...
]);

Global helper method

For your convenience this package provides a global dhlparcel() helper function.

dhlparcel()->shipments()->create([
   ...
]);

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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

统计信息

  • 总下载量: 16
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 0
  • Forks: 8
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-08-30