PHPackages                             darmen/php-azure-face-api-client - 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. darmen/php-azure-face-api-client

ActiveLibrary[API Development](/categories/api)

darmen/php-azure-face-api-client
================================

PHP client for Microsoft Azure Face API.

v1.1.0(4y ago)71191MITPHPPHP &gt;=7.4

Since Jul 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/darmen/php-azure-face-api-client)[ Packagist](https://packagist.org/packages/darmen/php-azure-face-api-client)[ RSS](/packages/darmen-php-azure-face-api-client/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Microsoft Azure Face API PHP client
===================================

[](#microsoft-azure-face-api-php-client)

A PHP library that utilizes [Azure Face REST API](https://docs.microsoft.com/en-us/rest/api/face/).

[![Build status](https://github.com/darmen/php-azure-face-api-client/workflows/Tests/badge.svg)](https://github.com/darmen/php-azure-face-api-client/actions)[![Latest Stable Version](https://camo.githubusercontent.com/699a01ae3abcd92553bf4d7d21ed5302fd086740d707206d50f151eb68db523a/687474703a2f2f706f7365722e707567782e6f72672f6461726d656e2f7068702d617a7572652d666163652d6170692d636c69656e742f762f737461626c65)](https://packagist.org/packages/darmen/php-azure-face-api-client)[![Total Downloads](https://camo.githubusercontent.com/3161d5d8adff36bfaab868a3d77bf1655a2e7f83c2d131f232ae9b635f97038f/687474703a2f2f706f7365722e707567782e6f72672f6461726d656e2f7068702d617a7572652d666163652d6170692d636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/darmen/php-azure-face-api-client)

Requirements
------------

[](#requirements)

- PHP &gt;= 7.4

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

[](#installation)

```
composer require darmen/php-azure-face-api-client
```

Use the autoloader in your projects:

```
require 'vendor/autoload.php';
```

Next steps
----------

[](#next-steps)

### Face resource

[](#face-resource)

- Detect with stream
- Detect with URL
- Find similar
- Group
- Identify
- Verify Face to Face
- Verify Face to Person

### Other resources

[](#other-resources)

- Face List resource
- Large Face List resource
- Large Person Group resource
- Large Person Group Person resource
- Person Group resource
- Person Group Person resource
- Snapshot resource

Usage
-----

[](#usage)

All following examples assume this step.

```
use Darmen\AzureFace\Client;

$client = new Client('', '');
```

### Working with resources

[](#working-with-resources)

```
$client->faceList()->create('test-id', 'test-name');
$client->largeFaceList()->create('test-id-large', 'test-name-large');

$client->faceList()->get('test-id');
$client->largeFaceList()->get('test-id-large');

$client->faceList()->delete('test-id');
$client->largeFaceList()->delete('test-id-large');

// ...
```

Since the library wraps [Face API REST interface](https://docs.microsoft.com/en-us/rest/api/face/), feel free toe read the sources in `src/Resources` directory to find out more methods.

Contribution
------------

[](#contribution)

Happy to get your feedback, but also you are feel free to raise a pull request.

License
-------

[](#license)

This library is released under the MIT License.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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 ~1 days

Total

3

Last Release

1791d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.1

v1.0.1PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b21bd09d365aa651a4922c220bfc724cdebb51e7b15d3c750a44c01f78657e6?d=identicon)[darmensdf](/maintainers/darmensdf)

---

Top Contributors

[![darmen](https://avatars.githubusercontent.com/u/184791?v=4)](https://github.com/darmen "darmen (54 commits)")

---

Tags

apiapi-clientazureazure-face-apicognitive-servicesface-recognitionphp

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1772.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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