softonic/textbroker-php-client

Textbroker 客户端

v1.2 2017-11-30 10:55 UTC

This package is not auto-updated.

Last update: 2024-09-15 01:20:06 UTC


README

PHP5 对 Textbroker API 的包装,支持 composer 和命名空间。原始仓库在这里

安装

将文件(textbroker-PHP5-Client 目录)复制到您的可执行路径中,或在运行时包含该路径。

要求

您需要至少 PHP 5.2。建议使用 PHP >=5.6 的版本。

文档

您可以从代码中生成 phpdoc。请参阅 代码示例。还可以查看 官方 Textbroker API 文档

变更日志

1.1

  • 添加了对 composer 和命名空间的支撑

1.0

  • 添加 TextbrokerBudgetOrder::getCopyscapeResults 函数
  • 添加 TextbrokerBudgetOrder::getTeams 函数
  • 添加 TextbrokerBudgetOrder::getCostsTeamOrder 函数
  • 添加 TextbrokerBudgetOrder::createTeamOrder 函数
  • 添加 TextbrokerBudgetOrder::getOrdersByStatus 函数
  • 添加 TextbrokerBudgetOrderChange::setSEO 函数
  • 添加 TextbrokerBudgetProofreading 类
  • 添加 TextbrokerBudgetProofreading::create 函数
  • 添加 TextbrokerBudgetProofreading::getCosts 函数
  • 添加 TextbrokerBudgetProofreading::preview 函数
  • 添加 TextbrokerBudgetProofreading::accept 函数
  • 添加 TextbrokerBudgetProofreading::getStatus 函数
  • 添加 TextbrokerBudgetProofreading::delete 函数
  • 添加 TextbrokerBudgetProofreading::pickUp 函数
  • 添加 TextbrokerBudgetProofreading::revise 函数
  • 添加 TextbrokerBudgetProofreading::reject 函数

0.2

  • 使选择使用哪个服务器 (.de/.com/.fr 等) 成为可能
  • 错误修复
  • 更好的异常处理

0.1

  • 首次发布

许可证

+---------------------------------------------------------------------------+
| Copyright (c) 2012, Fabio Bacigalupo, open haus                           |
| All rights reserved.                                                      |
|                                                                           |
| Redistribution and use in source and binary forms, with or without        |
| modification, are permitted provided that the following conditions        |
| are met:                                                                  |
|                                                                           |
| o Redistributions of source code must retain the above copyright          |
|   notice, this list of conditions and the following disclaimer.           |
| o Redistributions in binary form must reproduce the above copyright       |
|   notice, this list of conditions and the following disclaimer in the     |
|   documentation and/or other materials provided with the distribution.    |
| o Neither the name of Seagull Systems nor the names of its contributors   |
|   may be used to endorse or promote products derived from this software   |
|   without specific prior written permission.                              |
|                                                                           |
| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS       |
| "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT         |
| LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR     |
| A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT      |
| OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,     |
| SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT          |
| LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,     |
| DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY     |
| THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT       |
| (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE     |
| OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.      |
+---------------------------------------------------------------------------+