PHPackages                             azulae/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. azulae/laravel-azure-face-api

ActiveLibrary

azulae/laravel-azure-face-api
=============================

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

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

Since Feb 18Pushed 3y agoCompare

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

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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.2% 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/557b1b0d402ea1dee958bdeff487f51ca2aaec1de63f8623c4ad2cb9473fa867?d=identicon)[juananazulae](/maintainers/juananazulae)

---

Top Contributors

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

---

Tags

laravelazuredetectionface apirecognitionfacial

### Embed Badge

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

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

###  Alternatives

[riverskies/laravel-mobile-detect

Instant mobile detection access directly from within Blade templates.

2361.4M7](/packages/riverskies-laravel-mobile-detect)[socialiteproviders/microsoft-azure

Microsoft Azure OAuth2 Provider for Laravel Socialite

556.0M19](/packages/socialiteproviders-microsoft-azure)[academe/laravel-azure-file-storage-driver

Azure File Storage filesystem driver for Laravel

15134.8k](/packages/academe-laravel-azure-file-storage-driver)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)[steffjenl/laravel-azure-blob-storage

Microsoft Azure Blob Storage integration for Laravel's Storage API

11152.8k](/packages/steffjenl-laravel-azure-blob-storage)

PHPackages © 2026

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