Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zikwall/find-you-api

:alien: Middleware between clients side application and real server
https://github.com/zikwall/find-you-api

face-detection face-recognition module php vk vkontakte yii2

Last synced: about 2 months ago
JSON representation

:alien: Middleware between clients side application and real server

Awesome Lists containing this project

README

        

# Find you API

### Installation

```json
{
"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

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