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

ActiveLibrary[API Development](/categories/api)

faceplusplus/facepp-php-sdk
===========================

Open FPP API SDK for php developers

1.0.1(7y ago)012.5k↑13.3%1PHPPHP ^7.1.3

Since Dec 24Pushed 7y agoCompare

[ Source](https://github.com/Leyhmann/facepp-php-sdk)[ Packagist](https://packagist.org/packages/faceplusplus/facepp-php-sdk)[ Docs](https://faceplusplus.com)[ RSS](/packages/faceplusplus-facepp-php-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (3)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

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity57

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

Total

2

Last Release

2748d ago

### Community

Maintainers

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

---

Top Contributors

[![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)")[![wkt](https://avatars.githubusercontent.com/u/302432?v=4)](https://github.com/wkt "wkt (1 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)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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