Download the PHP package findify/sdk without Composer
On this page you can find all versions of the php package findify/sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package sdk
Findify PHP SDK
This is a PHP SDK for our JSON API, you can check full documentation at Findify Developer Portal
Requirements
PHP 5.4.0 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Getting Started
Please visit Findify Developer Portal for the full API spec and guides.
Authentication
Please check Findify Developer Portal to get the API key
Requesting the API
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to https://api-v3.findify.io/v3
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | autocompletePost | POST /autocomplete | |
DefaultApi | feedbackPost | POST /feedback | |
DefaultApi | recommendItemsFeaturedPost | POST /recommend/items/featured | |
DefaultApi | recommendItemsItemIdViewedViewedPost | POST /recommend/items/{item_id}/viewed/viewed | |
DefaultApi | recommendItemsItemIdsBoughtBoughtPost | POST /recommend/items/{item_ids}/bought/bought | |
DefaultApi | recommendItemsNewestPost | POST /recommend/items/newest | |
DefaultApi | recommendItemsTrendingPost | POST /recommend/items/trending | |
DefaultApi | recommendItemsViewedLatestPost | POST /recommend/items/viewed/latest | |
DefaultApi | recommendSlotPost | POST /recommend/{slot} | |
DefaultApi | searchPost | POST /search | |
DefaultApi | smartCollectionSlotPost | POST /smart-collection/{slot} |
Documentation For Models
- AutocompleteRequest
- AutocompleteResponse
- AutocompleteResponseMeta
- AutocompleteSuggestion
- Banner
- BannerProducts
- CollectionRequest
- CollectionResponse
- CollectionResponseMeta
- Error
- Facet
- FacetChildValueFour
- FacetChildValueOne
- FacetChildValueThree
- FacetChildValueTwo
- FeaturedRecommendationRequest
- Feedback
- Filter
- FilterValues
- GenericRecommendationRequest
- GenericRecommendationResponse
- GenericRecommendationResponseMeta
- Product
- RecommendationFilter
- RecommendationFilterValues
- RecommendationRequest
- Redirect
- SearchRequest
- SearchResponse
- SearchResponseMeta
- Sort
- User
Running tests
To run the unit tests:
Contributing
Feel free to create issues, send pull requests or contact us at [email protected]!
Licence
MIT
All versions of sdk with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *