PHPackages                             ozziest/face-detector - 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. ozziest/face-detector

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

ozziest/face-detector
=====================

Face detector for Laravel 4.

1191PHP

Since Aug 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/ozziest/face-detector)[ Packagist](https://packagist.org/packages/ozziest/face-detector)[ RSS](/packages/ozziest-face-detector/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

FaceDetector
============

[](#facedetector)

This class detect one face in images.

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

[](#installation)

To install through composer, simply put the following in your `composer.json` file:

```
{
    "require": {
        "ozziest/face-detector": "dev-master",
    }
}
```

After installing the package, open your Laravel config file `app/config/app.php` and add the following lines.

In the $providers array add the following service provider for this package;

```
'Ozziest\FaceDetector\FaceDetectorServiceProvider',
```

Add the `FaceDetector` facades to the `aliases` in `app/config/app.php`:

```
'FaceDetector' => 'Ozziest\FaceDetector\Facades\FaceDetector',
```

Usage
-----

[](#usage)

```
FaceDetector::detect('image.jpg')->toJpeg();
```

Methods
-------

[](#methods)

- `toJpeg()`
- `toJson()`
- `getFace()`

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

[](#requirements)

PHP5 with GD

License
-------

[](#license)

GNU GPL v2 (See LICENSE.txt)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2facdc256fbb7fd57510c101c009d6adb6f5cdf07ec7c5a304d30520e78c1357?d=identicon)[ozziest](/maintainers/ozziest)

---

Top Contributors

[![ozziest](https://avatars.githubusercontent.com/u/2325140?v=4)](https://github.com/ozziest "ozziest (2 commits)")

### Embed Badge

![Health badge](/badges/ozziest-face-detector/health.svg)

```
[![Health](https://phpackages.com/badges/ozziest-face-detector/health.svg)](https://phpackages.com/packages/ozziest-face-detector)
```

PHPackages © 2026

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