lemonink/lemonink-php
最新稳定版本:1.1.0
Composer 安装命令:
composer require lemonink/lemonink-php
包简介
Official PHP client for LemonInk API
README 文档
README
Getting started
- Sign up for LemonInk — Before you begin, you need to sign up for a LemonInk account and obtain an API key.
- 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
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-01