定制 searchify/php-sdk 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

searchify/php-sdk

Composer 安装命令:

composer require searchify/php-sdk

包简介

Searchify PHP SDK

README 文档

README

Version 2.x:

WARNING: NOT AUTOMATICALLY BACKWARDS COMPATIBLE. This version renames almost all the classes in the library.

Probably, you should just apply the following changes:

  • Include indextank.php file instead of indextank_client.php
  • Rename class ApiClient to Indextank_Api

But here is the list of classes that changed their names:

  • ApiClient --> Indextank_Api

  • IndexClient --> Indextank_Index

  • ApiResponse --> Indextank_Response

  • All exception classes extends Indextank_Exception

  • InvalidResponseFromServer --> Indextank_Exception_InvalidResponseFromServer

  • TooManyIndexes --> Indextank_Exception_TooManyIndexes

  • IndexAlreadyExists --> Indextank_Exception_IndexAlreadyExists

  • IndexDoesNotExist --> Indextank_Exception_IndexDoesNotExist

  • InvalidQuery --> Indextank_Exception_InvalidQuery

  • InvalidDefinition --> Indextank_Exception_InvalidDefinition

  • Unauthorized --> Indextank_Exception_Unauthorized

  • InvalidUrl --> Indextank_Exception_InvalidUrl

  • HttpException --> Indextank_Exception_HttpException

Documentation:

[http://indextank.com/documentation/php-client](See the updated documentation on this client)

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 16
  • Forks: 8
  • 开发语言: PHP

其他信息

  • 授权协议: Apache2
  • 更新时间: 2013-01-29