PHPackages                             smartdog23/laravel-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. smartdog23/laravel-azure-face-api

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

smartdog23/laravel-azure-face-api
=================================

SmartDog23 - Laravel PHP Azure FaceAPI - Facial Recognition Software - Laravel Package

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

Since Feb 18Pushed 6y ago1 watchersCompare

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

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

SmartDog23 - Laravel Azure Face API
===================================

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

[![License](https://camo.githubusercontent.com/3d969abf27ba23741589150fb581bc6ff451883dd1323f368e5b8d686aac7110/68747470733a2f2f706f7365722e707567782e6f72672f736d617274646f6732332f6c61726176656c2d617a7572652d666163652d6170692f6c6963656e7365)](https://packagist.org/packages/smartdog23/laravel-azure-face-api)[![Latest Stable Version](https://camo.githubusercontent.com/4fa4d222f4c1198f0fa17a4b44337636c604ae7441f326077ddfbf6a70134bec/68747470733a2f2f706f7365722e707567782e6f72672f736d617274646f6732332f6c61726176656c2d617a7572652d666163652d6170692f762f737461626c65)](https://packagist.org/packages/smartdog23/laravel-azure-face-api)[![Total Downloads](https://camo.githubusercontent.com/4e64a99570a045034674212d0e8ae5b9f93054331db3767323a6ea2ea6a2abd5/68747470733a2f2f706f7365722e707567782e6f72672f736d617274646f6732332f6c61726176656c2d617a7572652d666163652d6170692f646f776e6c6f616473)](https://packagist.org/packages/smartdog23/laravel-azure-face-api)

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

(this is a Laravel Facade based on [PHP Azure Face API](https://github.com/smartdog23/php-azure-face-api) library)

```
$result = LaravelAzureFaceApi::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/laravel-azure-face-api
```

#### Copy the package config to your local config with the publish command:

[](#copy-the-package-config-to-your-local-config-with-the-publish-command)

```
php artisan vendor:publish --provider="SmartDog23\LaravelAzureFaceApi\Providers\LaravelAzureFaceApiServiceProvider"
```

Usage
-----

[](#usage)

Using the simple mode

```
$result = LaravelAzureFaceApi::largePersonGroup()->create()->execute('test-group', 'description of the group');
echo $result->getBody()->getContents();
```

Using the advanced mode

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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

Total

3

Last Release

2252d ago

PHP version history (2 changes)0.1.2PHP &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 (16 commits)")

---

Tags

laravelazuredetectionface apirecognitionfacial

### Embed Badge

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

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

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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