zikwall/find-you-api

There is no license information available for the latest version (dev-master) of this package.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:yii2-module

dev-master 2019-11-09 18:43 UTC

This package is auto-updated.

Last update: 2024-04-10 05:03:10 UTC


README

Installation

{
    "minimum-stability": "dev",
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/zikwall/find-you-api.git"
        }
    ],
    "require": {
        "zikwall/find-you-api": "dev-master"
    }
}

Configuration

Web & console application config

'modules' => [
      'findyouapi' => [
            'class' => \zikwall\findyouapi\Module::class,
            'handleUrl' => '',
            'securityToken' => '',
            'imageUploadPath' => '',
            'responseHeaders' => []
      ],
],