ledat / azure-face-api-client
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHP client for Face module in Microsoft Cognitive Services
v0.0.1-stable
2019-04-24 15:27 UTC
Requires
- php: >=7.0.0
- mashape/unirest-php: 3.*
This package is auto-updated.
Last update: 2022-11-25 03:36:34 UTC
README
This package provides a PHP client for the Face API in Microsoft Cognitive Services.
Requirements
Installation via Composer
The preferred method is via composer. Follow the installation instructions if you do not already have composer installed.
Once composer is installed, execute the following command in your project root to install this library:
composer require ledat/azure-face-api-client
Examples
Please refer to the files on the examples
folder for examples of how to use this library.