Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zikwall/find-you-api
- Owner: zikwall
- License: mit
- Created: 2019-11-07T08:08:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T18:43:16.000Z (about 5 years ago)
- Last Synced: 2024-11-15T22:49:59.631Z (about 2 months ago)
- Topics: face-detection, face-recognition, module, php, vk, vkontakte, yii2
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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' => []
],
],