PHPackages                             smartdog23/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. [Image &amp; Media](/categories/media)
4. /
5. smartdog23/php-azure-face-api

ActiveLibrary[Image &amp; Media](/categories/media)

smartdog23/php-azure-face-api
=============================

SmartDog23 - PHP Azure FaceAPI - Facial Recognition Software

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

Since Oct 29Pushed 6y ago1 watchersCompare

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

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

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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

2251d 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/836de007641ccd0805166235326652b57e9a53d329792738c3e58726ff519208?d=identicon)[valdirpl](/maintainers/valdirpl)

---

Top Contributors

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

---

Tags

azuredetectionface apirecognitionfacial

### Embed Badge

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

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

###  Alternatives

[opentok/opentok

OpenTok is a platform for creating real time streaming video applications, created by TokBox.

1413.0M10](/packages/opentok-opentok)[azure-oss/storage

Azure Blob Storage PHP SDK

37985.0k5](/packages/azure-oss-storage)[yk/laravel-ocr

A wrapper for gocr.

1356.5k](/packages/yk-laravel-ocr)[bravo3/image-manager

A PHP 5.4 library to control dynamic image assets in a cloud environment

178.1k](/packages/bravo3-image-manager)[meema/laravel-media-recognition

Easily &amp; quickly integrate your application with AWS Rekognition. Other drivers may be added in the near future.

222.7k](/packages/meema-laravel-media-recognition)[automattic/wistia-php

PHP wrapper for Wistia API

1431.9k](/packages/automattic-wistia-php)

PHPackages © 2026

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