2017 © Pedro Peláez
 

library php-sdk

Searchify PHP SDK

image

searchify/php-sdk

Searchify PHP SDK

  • Wednesday, April 10, 2013
  • by fesja
  • Repository
  • 17 Watchers
  • 0 Stars
  • 2,703 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

IndexTank API Client for PHP by Gilles

Version 2.x:

WARNING: NOT AUTOMATICALLY BACKWARDS COMPATIBLE. This version renames almost all the classes in the library., (*1)

Probably, you should just apply the following changes:, (*2)

  • 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:, (*3)

  • ApiClient --> Indextank_Api
  • IndexClient --> Indextank_Index
  • ApiResponse --> Indextank_Response, (*4)

  • All exception classes extends Indextank_Exception, (*5)

  • 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), (*6)

The Versions

10/04 2013

dev-master

9999999-dev https://github.com/touristeye/searchify-php-sdk

Searchify PHP SDK

  Sources   Download

Apache2

The Requires

  • php >=5.2.0

 

search indextank searchify