mvdnbrk/laravel-myparcel
Composer 安装命令:
composer require mvdnbrk/laravel-myparcel
包简介
MyParcel API client for Laravel
关键字:
README 文档
README
This package incorporates the MyParcel API client into your Laravel project.
Installation
You can install the package via composer:
composer require mvdnbrk/laravel-myparcel
Configuration
All you need to do is add your MyParcel API key to the .env file:
MYPARCEL_API_KEY=YOUR-API-KEY
Usage
use Mvdnbrk\Laravel\Facades\MyParcel; $shipment = MyParcel::shipments()->create([ ... ]);
Global helper method
For your convenience this package provides a global myparcel() helper function.
myparcel()->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.
统计信息
- 总下载量: 740
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-15