zikwall / find-you-api
There is no license information available for the latest version (dev-master) of this package.
dev-master
2019-11-09 18:43 UTC
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2026-03-10 08:55:57 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' => [] ], ],