shibin/laravel-quiqup
最新稳定版本:v1.0.0
Composer 安装命令:
composer require shibin/laravel-quiqup
包简介
Laravel package for integrating the Quiqup delivery API (create, track, and manage orders)
README 文档
README
A Laravel package to integrate with the Quiqup Delivery API, allowing you to create orders, retrieve orders, download AWB labels, and mark orders as ready for collection.
This package wraps the Quiqup REST API into a clean Laravel Facade for fast and consistent integration.
Requirements
- PHP 8.1+
- Laravel 10 / 11
- Quiqup Partner Account (Sandbox or Production)
- Quiqup API Key
Installation
Install the package via Composer:
composer require shibin/quiqup ## Configuration ### Publish Configuration File ```bash php artisan vendor:publish --tag=quiqup-config ## Environment Variables Add the following values to your `.env` file: ```env QUIQUP_CLIENT_ID= QUIQUP_CLIENT_SECRET=your_api_key_here QUIQUP_ENV=Environment: 'staging' or 'production'
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-08