PHPackages                             tinfot/faceplusplus-laravel - 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. tinfot/faceplusplus-laravel

Abandoned → [tinfot/faceplusplus](/?search=tinfot%2Ffaceplusplus)Library[API Development](/categories/api)

tinfot/faceplusplus-laravel
===========================

Face Plus Plus For Laravel

v0.2.0(6y ago)219MITPHPPHP &gt;=7.1CI failing

Since Oct 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/tinfot/faceplusplus)[ Packagist](https://packagist.org/packages/tinfot/faceplusplus-laravel)[ RSS](/packages/tinfot-faceplusplus-laravel/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (10)Used By (0)

Face plus plus SDK for Laravel 5
================================

[](#face-plus-plus-sdk-for-laravel-5)

---

[![License](https://camo.githubusercontent.com/7c199f57a2e2c68bb14e188faf5c1b1a7a3f021cb9b724f5a2ad6cbd05b8408a/68747470733a2f2f706f7365722e707567782e6f72672f6d616174776562736974652f657863656c2f6c6963656e73652e706e67)](https://packagist.org/packages/tinfot/faceplusplus)

Need register account on the Face ++ website. [SDK document](https://www.faceplusplus.com/), Get the `API_KEY` &amp; `API_SECRET`.

[![](./assets/get_api_key.png)](./assets/get_api_key.png)

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

[](#installation)

Require this package in your composer.json and update composer.

```
composer require tinfot/faceplusplus
```

Usage
-----

[](#usage)

#### 1. Provider config file. `faceplusplus.php`

[](#1-provider-config-file-faceplusplusphp)

```
php artisan vendor:publish --provider="Tinfot\Faceplusplus\FaceplusplusServiceProvider"
```

#### 2. Enter your `APPKEY` and `APPSECRET`

[](#2-enter-your-appkey-and-appsecret)

```
FPP_BASE_URL=https://api-cn.faceplusplus.com # If your location in china.
# FPP_BASE_URL=https://api-us.faceplusplus.com # Or other location.

FPP_API_KEY=xxxx
FPP_API_SECRET=xxx
```

#### 3. How can I use it?

[](#3-how-can-i-use-it)

```
use Tinfot\Faceplusplus\Facades\Faceplusplus;

// Get human body by a image(base64).
Faceplusplus::humanBodyByBase64("data:image/jpeg;base64,......");

// Get human body by a image url.
Faceplusplus::humanBodyByImageUrl("https://google.com/image.jpg");

// Human beautify
Faceplusplus::faceBeautifyByBase64("data:image/jpeg;base64,......");

// Human beautify by image url
Faceplusplus::faceBeautifyByImageUrl("https://google.com/image.jpg");

// Compare 2 image(base64).
Faceplusplus::faceCompareByBase64("data:image/jpeg;base64,......", "data:image/jpeg;base64,......");

// Compare 2 face photo by image url.
Faceplusplus::faceCompareByImageUrl("https://google.com/image1.jpg", "https://google.com/image2.jpg");
```

Support
-------

[](#support)

Support only through Github. Please don't mail us about issues, make a Github issue instead.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

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

Recently: every ~63 days

Total

7

Last Release

2525d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2003257?v=4)[RichardTian](/maintainers/RichardTian)[@richardtian](https://github.com/richardtian)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tinfot-faceplusplus-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/tinfot-faceplusplus-laravel/health.svg)](https://phpackages.com/packages/tinfot-faceplusplus-laravel)
```

###  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

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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