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

ActiveLibrary[API Development](/categories/api)

thecoderin/faceplusplus-sdk
===========================

Face++ API for Face recognition

1.0.3(7y ago)08PHPPHP ^7.0.30|^7.1.2

Since Dec 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/thecoderin/faceplusplus-sdk)[ Packagist](https://packagist.org/packages/thecoderin/faceplusplus-sdk)[ Docs](https://faceplusplus.com)[ RSS](/packages/thecoderin-faceplusplus-sdk/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)DependenciesVersions (5)Used By (0)

Open API SDK for php developers
===============================

[](#open-api-sdk-for-php-developers)

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

[](#requirements)

- PHP 5.5.9+.
- cURL extension.
- GD extension.

Structure
---------

[](#structure)

```
├── FppClient.php              // the api client
└── lib
    ├── Adapter.php            // the http request adapter, all request be sended by it
    ├── ContentTypes.php       // request body content type
    ├── Image.php              // the image process unit
    ├── MimeTypes.php          // the request body mime type
    ├── MultiPartForm.php      // multipart/for-data request class
    ├── Request.php            // the request class
    ├── RequestException.php   // exception
    └── Response.php           // the response class

```

Example
-------

[](#example)

```
include_once 'FppClient.php';

use Fpp\FppClient;

$host = 'https://api-cn.faceplusplus.com';
$apiKey = '';
$apiSecret = '';

$client = new FppClient($apiKey, $apiSecret, $host);

$data = array(
    'image_url' => "https://www.faceplusplus.com.cn/scripts/demoScript/images/demo-pic10.jpg",
    'return_landmark' => '2',
    'return_attributes' => 'age,headpose'
);

$resp = $client->detectFace($data);
var_dump($resp);
```

License
-------

[](#license)

licensed under the MIT

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

4

Last Release

2640d ago

PHP version history (3 changes)1.0.0PHP ^7.1.3

1.0.2PHP ^5.5.9

1.0.3PHP ^7.0.30|^7.1.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/ace3f54229c858527bab97a7190153bebef926fa0007fae32c294837e9d12764?d=identicon)[l7anish](/maintainers/l7anish)

---

Top Contributors

[![l7anish](https://avatars.githubusercontent.com/u/46276726?v=4)](https://github.com/l7anish "l7anish (7 commits)")[![tytymnty](https://avatars.githubusercontent.com/u/3425606?v=4)](https://github.com/tytymnty "tytymnty (6 commits)")[![rickerd](https://avatars.githubusercontent.com/u/1032429?v=4)](https://github.com/rickerd "rickerd (5 commits)")[![Leyhmann](https://avatars.githubusercontent.com/u/31326108?v=4)](https://github.com/Leyhmann "Leyhmann (2 commits)")[![yangmu266](https://avatars.githubusercontent.com/u/743217?v=4)](https://github.com/yangmu266 "yangmu266 (1 commits)")[![brian14708](https://avatars.githubusercontent.com/u/357794?v=4)](https://github.com/brian14708 "brian14708 (1 commits)")[![yangyunxing](https://avatars.githubusercontent.com/u/29529581?v=4)](https://github.com/yangyunxing "yangyunxing (1 commits)")[![jia-kai](https://avatars.githubusercontent.com/u/1916678?v=4)](https://github.com/jia-kai "jia-kai (1 commits)")[![jianzhiyao](https://avatars.githubusercontent.com/u/6133860?v=4)](https://github.com/jianzhiyao "jianzhiyao (1 commits)")[![wkt](https://avatars.githubusercontent.com/u/302432?v=4)](https://github.com/wkt "wkt (1 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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