承接 lemonink/lemonink-php 相关项目开发

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

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

lemonink/lemonink-php

最新稳定版本:1.1.0

Composer 安装命令:

composer require lemonink/lemonink-php

包简介

Official PHP client for LemonInk API

README 文档

README

Getting started

  1. Sign up for LemonInk — Before you begin, you need to sign up for a LemonInk account and obtain an API key.
  2. Minimum requirements — To run the SDK, your system will need to meet the minimum requirements, including having PHP >= 5.5.

Example

<?php

require "vendor/autoload.php";

$client = new LemonInk\Client("your-api-key");

$transaction = new LemonInk\Models\Transaction();
$transaction->setMasterId("id-of-a-master-file");
$transaction->setWatermarkValue("Text you want to have embedded in your file");

$client->save($transaction);

echo "Download your file from {$transaction->getUrl()}\n";

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-03-01