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

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

ibuffer/faceplusplus
====================

Face++ SDK

0.0.03(11y ago)1125MITPHPPHP &gt;=5.3

Since May 22Pushed 11y ago2 watchersCompare

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

READMEChangelog (3)DependenciesVersions (3)Used By (0)

faceplusplus
============

[](#faceplusplus)

Face++ PHP Software Development Kit

### 如何安装

[](#如何安装)

1. 使用 composer

```
composer require "ibuffer/faceplusplus:0.0.*"

```

2. 手动安装 下载指定版本
    然后直接加载 facepp.php 即可使用

### 如何使用

[](#如何使用)

$facepp = new facepp($api\_key, $api\_secret);
$response = $facepp-&gt;execute(接口名称, 参数数组);
接口名称、参数数组以及返回值，请参考 [Face++API文档](http://www.faceplusplus.com.cn/api-overview)

例如:

```
$api_key = 'api key(请修改)';
$api_secret = 'api secret(请修改)';
$facepp = new facepp($api_key, $api_secret);
$params = array(
    'url'          =>   '图片链接(请修改)',
    'attribute'    =>   'gender,age,race,smiling,glass,pose'
);
$response = $facepp->execute('/detection/detect',$params);

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

4034d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30264bb267ced091729b83d62d24d1be26dd3ba4718d3c884ad163af53fc8389?d=identicon)[ibuffer](/maintainers/ibuffer)

---

Top Contributors

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

---

Tags

sdkfaceplusplus

### Embed Badge

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

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

###  Alternatives

[aws/aws-crt-php

AWS Common Runtime for PHP

422319.4M9](/packages/aws-aws-crt-php)[zumba/amplitude-php

PHP SDK for Amplitude

4010.1M5](/packages/zumba-amplitude-php)[ennnnny/tbk

简约优雅的淘宝客SDK

29416.4k1](/packages/ennnnny-tbk)

PHPackages © 2026

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