PHPackages                             azulae/php-azure-face-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. azulae/php-azure-face-api

ActiveLibrary[API Development](/categories/api)

azulae/php-azure-face-api
=========================

SmartDog23 - PHP Azure FaceAPI - Facial Recognition Software

0.2.0(6y ago)035MITPHPPHP &gt;=7.0

Since Oct 29Pushed 3y agoCompare

[ Source](https://github.com/azulae/php-azure-face-api)[ Packagist](https://packagist.org/packages/azulae/php-azure-face-api)[ Docs](https://github.com/smartdog23/php-azure-face-api)[ RSS](/packages/azulae-php-azure-face-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

The PHP Azure Face API makes it easy for developers to access Azure Face API in their PHP code.

SmartDog23 - PHP Azure Face API
===============================

[](#smartdog23---php-azure-face-api)

[![License](https://camo.githubusercontent.com/388c5c1fb90f6fbba2912025dbeea6c2706466d936c61e3fe9129a8c7056c1bd/68747470733a2f2f706f7365722e707567782e6f72672f736d617274646f6732332f7068702d617a7572652d666163652d6170692f6c6963656e7365)](https://packagist.org/packages/smartdog23/php-azure-face-api)[![Latest Stable Version](https://camo.githubusercontent.com/70af6d9118da277c4f9477592b63be86173f88c1e1d2a115903456a6c4c88c52/68747470733a2f2f706f7365722e707567782e6f72672f736d617274646f6732332f7068702d617a7572652d666163652d6170692f762f737461626c65)](https://packagist.org/packages/smartdog23/php-azure-face-api)[![Total Downloads](https://camo.githubusercontent.com/5dab7b0d0fdce450a57a72215307669d36d3e47f6c6de180ebaaca790ab4d66b/68747470733a2f2f706f7365722e707567782e6f72672f736d617274646f6732332f7068702d617a7572652d666163652d6170692f646f776e6c6f616473)](https://packagist.org/packages/smartdog23/php-azure-face-api)

PHP Azure Face API is a PHP Client that make easy to use Azure's Face Recognition API

```
$azureFaceApi = new AzureFaceApi('YOUR_KEY', AzureRegions::EAST_US);
$result = $azureFaceApi->largePersonGroup()->create()->execute('test-group', 'description of the group');

echo $result->getBody()->getContents();
```

Help and docs
-------------

[](#help-and-docs)

[Sample Laravel Project](https://github.com/smartdog23/laravel-azure-face-api-sample)

Installation
------------

[](#installation)

The recommended way to install LaravelAzureFaceAPI is through [Composer](https://getcomposer.org/).

```
composer require smartdog23/php-azure-face-api
```

Usage
-----

[](#usage)

Using the simple mode

```
$azureFaceApi = new AzureFaceApi('YOUR_KEY', AzureRegions::EAST_US);
$result = $azureFaceApi->largePersonGroup()->create()->execute('test-group', 'description of the group');

echo $result->getBody()->getContents();
```

Using the advanced mode

```
$azureFaceApi = new AzureFaceApi('YOUR_KEY', AzureRegions::EAST_US);

$options = new CreateOptions();
$options->parameters()->largePersonGroupId('test-group');
$options->body()->name('description of the group');
$result = $azureFaceApi->largePersonGroup()->create()->executeWithOptions($options);
echo $result->getBody()->getContents();
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~26 days

Recently: every ~33 days

Total

6

Last Release

2256d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.5

0.2.0PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/557b1b0d402ea1dee958bdeff487f51ca2aaec1de63f8623c4ad2cb9473fa867?d=identicon)[juananazulae](/maintainers/juananazulae)

---

Top Contributors

[![valdirlourenco](https://avatars.githubusercontent.com/u/1121089?v=4)](https://github.com/valdirlourenco "valdirlourenco (94 commits)")[![juananazulae](https://avatars.githubusercontent.com/u/89462290?v=4)](https://github.com/juananazulae "juananazulae (2 commits)")

---

Tags

azuredetectionface apirecognitionfacial

### Embed Badge

![Health badge](/badges/azulae-php-azure-face-api/health.svg)

```
[![Health](https://phpackages.com/badges/azulae-php-azure-face-api/health.svg)](https://phpackages.com/packages/azulae-php-azure-face-api)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[jordikroon/google-vision

Google Vision Api for PHP (https://cloud.google.com/vision/)

6374.9k1](/packages/jordikroon-google-vision)[fingerprint/fingerprint-pro-server-api-sdk

Fingerprint Server API provides a way for validating visitors’ data issued by Fingerprint Pro.

30223.1k1](/packages/fingerprint-fingerprint-pro-server-api-sdk)[bentaylorwork/azurekeyvault

A simple wrapper for the Azure RM Key Vault API.

1231.8k](/packages/bentaylorwork-azurekeyvault)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
