承接 klimapi/php 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

klimapi/php

最新稳定版本:2.0.14

Composer 安装命令:

composer require klimapi/php

包简介

This API offers you the possibility to calculate and offset emissions, create checkout links, get statistics and much more.

README 文档

README

This API offers you the possibility to calculate and offset emissions, create checkout links, get statistics and much more.

For more information, please visit https://klimapi.com/resources/docs.

Installation

composer require klimapi/php

Setup new API Instance

$klimapi = new KlimAPI\Api\KlimApi('your-private-api-key');

Examples

Create pending Order by Carbon

$pendingByCarbonRequest = new \KlimAPI\Model\PendingByCarbonRequest([
    'kgCO2e' => 200
]);

$order = $klimapi->pendingByCarbon($pendingByCarbonRequest);

Process Order

$processOrder = new \KlimAPI\Model\ProcessOrder([
    'recipientName' => 'Test Customer'
]);
$orderId = 'CA-0000-00000000';

$processed_order = $klimapi->process($processOrder, $orderId);

Methods

Method HTTP request Description
addWebhook POST /webhooks/add Add Webhook
calculate POST /calculate Calculate
calculateCart POST /stores/{store_ident}/cart Calculate
getCategories GET /categories Get all Categories
getCertificationAuthorities GET /certification_authorities Get all Certification Authorities
getMetrics POST /metrics Order Metrics
getOrder GET /orders/{order_id} Get Order
getOrders POST /orders Get Orders
getPaymentLink GET /orders/link/{payment_link_id} Get Checkout Link
getProject GET /projects/{project_id} Get Project
getProjects GET /projects Get all supported Projects
linkByCalculation POST /orders/link/calculate By Calculation
linkByCarbon POST /orders/link/carbon By Carbon
linkByPrice POST /orders/link/price By Price
me GET /me Get Authenticated User
orderByCalculation POST /orders/process/calculate By Calculation
orderByCarbon POST /orders/process/carbon By Carbon
orderByPrice POST /orders/process/price By Price
pendingByCalculation POST /orders/pending/calculate By Calculation
pendingByCarbon POST /orders/pending/carbon By Carbon
pendingByPrice POST /orders/pending/price By Price
process POST /orders/{order_id}/process Process Pending Order
processCart POST /stores/{store_ident}/cart/{order_id}/process Process Cart
refund DELETE /orders/{order_id}/refund Refund Order
removeWebhook DELETE /webhooks/remove Remove Webhook
syncBulkStore POST /stores/{store_ident}/sync/bulk Sync multiple Products
syncStore POST /stores/{store_ident}/sync Sync a single Product

Models

统计信息

  • 总下载量: 2.11k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-17