Download the PHP package coolseven/face-platform-sdk without Composer
On this page you can find all versions of the php package coolseven/face-platform-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download coolseven/face-platform-sdk
More information about coolseven/face-platform-sdk
Files in coolseven/face-platform-sdk
Package face-platform-sdk
Short Description Face Platform Api Client For Laravel
License GPL-3.0-or-later
Informations about the package face-platform-sdk
face-platform-sdk
Face Platform Api client for Laravel
Requirement
- php >= 7.2
- laravel >= 6.0
Installation
Install package
Setup environments
-
add following environments to your .env file
- publish config file ( optional )
the config file will be copied to your config dir with filename "face-platform-sdk.php"
Manage Resources
-
create a new face set
-
import faces into a face set
- search similar faces in a face set
Events
-
a
Coolseven\FacePlatformSdk\Events\AccessTokenRefreshed
Event will be fired after access token been refreshed. -
a
Coolseven\FacePlatformSdk\Events\FaceSetCreated
Event will be fired after a new face set been created. -
a
Coolseven\FacePlatformSdk\Events\FacesImported
Event will be fired after new faces been imported - a
Coolseven\FacePlatformSdk\Events\SimilarFacesSearched
Event will be fired after similar faces been searched
All versions of face-platform-sdk with dependencies
ext-json Version *
guzzlehttp/guzzle Version ^6.3
illuminate/support Version ^6.0
illuminate/cache Version ^6.0
illuminate/events Version ^6.0