PHPackages                             findify/sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. findify/sdk

ActiveLibrary[API Development](/categories/api)

findify/sdk
===========

PHP SDK for Findify API

v1.4.0(9y ago)01.6kMITPHPPHP &gt;=5.4

Since Jan 19Pushed 7y ago16 watchersCompare

[ Source](https://github.com/findify/php-sdk)[ Packagist](https://packagist.org/packages/findify/sdk)[ Docs](https://developers.findify.io)[ RSS](/packages/findify-sdk/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (10)Used By (0)

Findify PHP SDK
===============

[](#findify-php-sdk)

This is a PHP SDK for our JSON API, you can check full documentation at [Findify Developer Portal](https://developers.findify.io/)

Requirements
------------

[](#requirements)

PHP 5.4.0 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "findify/sdk": "1.*"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
require_once('/path-to-findify-sdk/autoload.php');
```

Getting Started
---------------

[](#getting-started)

*Please visit [Findify Developer Portal](https://developers.findify.io) for the full API spec and guides.*

### Authentication

[](#authentication)

Please check [Findify Developer Portal](https://developers.findify.io/reference#authentication) to get the API key

### Requesting the API

[](#requesting-the-api)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
