codeboxr/paperfly-courier
Composer 安装命令:
composer require codeboxr/paperfly-courier
包简介
Bangladeshi Paperfly courier service api package
README 文档
README
Paperfly Courier Banagladesh
This is a Laravel/PHP package for Paperfly BD Courier System. This package can be used in laravel or without laravel/php projects. You can use this package for headless/rest implementation as well as blade or regular mode development. We created this package while working for a project and thought to made it release for all so that it helps. This package is available as regular php composer package.
Features
Requirements
- PHP >=7.2
- Laravel >= 6
Installation
composer require codeboxr/paperfly-courier
vendor publish (config)
php artisan vendor:publish --provider="Codeboxr\PaperflyCourier\PaperflyCourierServiceProvider"
After publish config file setup your credential. you can see this in your config directory paperfly.php file
"sandbox" => env("PAPERFLY_SANDBOX", false),
"username" => env("PAPERFLY_USERNAME", ""),
"password" => env("PAPERFLY_PASSWORD", ""),
"key" => env("PAPERFLY_KEY", "")
Set .env configuration
PAPERFLY_SANDBOX=true // for production mode use false
PAPERFLY_USERNAME=""
PAPERFLY_PASSWORD=""
PAPERFLY_KEY=""
Usage
1. Parcel Create
use Codeboxr\PaperflyCourier\Facade\PaperflyCourier;
return PaperflyCourier::order()->create([
"merOrderRef" => "", // merchant invoice id
"pickMerchantName" => "" // Pickup store name,
"pickMerchantAddress" => "" // Pickup address,
"pickMerchantThana" => "" // Pickup thana name,
"pickMerchantDistrict" => "" // Pickup district name,
"pickupMerchantPhone" => "" // Pickup contact person name,
"productSizeWeight" => "standard",
"productBrief" => "" // Parcel product details,
"packagePrice" => "" //parcel price,
"deliveryOption" => "regular",
"custname" => "" // customer name,
"custaddress" => "" // customer address,
"customerThana" => "" // customer thana name,
"customerDistrict" => "" // customer district name,
"custPhone" => "" // customer phone number,
"max_weight" => "" // parcel weight in kg
]);
2. Parcel Tracking
use Codeboxr\PaperflyCourier\Facade\PaperflyCourier;
return PaperflyCourier::order()->tracking($trackingNumber) // Tracking Number
3. Parcel Details
use Codeboxr\PaperflyCourier\Facade\PaperflyCourier;
return PaperflyCourier::order()->invoice($referenceNumber) // reference number
4. Cancel Parcel
use Codeboxr\PaperflyCourier\Facade\PaperflyCourier;
return PaperflyCourier::order()->cancel($referenceNumber) // reference number
Contributing
Contributions to the Paperfly package are welcome. Please note the following guidelines before submitting your pull request.
- Follow PSR-4 coding standards.
- Read Paperfly API documentations first
License
Paperfly package is licensed under the MIT License.
Copyright 2022 Codeboxr
codeboxr/paperfly-courier 适用场景与选型建议
codeboxr/paperfly-courier 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 46 次下载、GitHub Stars 达 2, 最近一次更新时间为 2022 年 09 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 codeboxr/paperfly-courier 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 codeboxr/paperfly-courier 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 46
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 22
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-06
