2017 © Pedro Peláez
 

library ai-face

PHP BaiDu Ai-Face Sdk

image

huasx/ai-face

PHP BaiDu Ai-Face Sdk

  • Monday, June 25, 2018
  • by huasx
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

, (*1)

Build Status StyleCI Total Downloads Latest Stable Version License , (*2)

baidu-ai-face

baidu ai face sdk for PHP

Usage

Download

composer require huasx/ai-face

Example

//get token
$ret = $obj->init(
    [
        'client_id'     => 'Your Client Id',
        'client_secret' => 'Your Client Secret',
    ]
)->getToken();
var_dump($ret->getBody());



//seach
$search = [
    'image'         => 'https://ai.bdstatic.com/file/52BC00FFD4754A6298D977EDAD033DA0',
    'image_type'    => 'URL',
    'group_id_list' => 'group1',
];

$obj = new \AIFace\Baidu\Face();

$ret = $obj->init([
    'token' => $token,
])->search($search);

var_dump($ret->getBody());

The Versions

25/06 2018

dev-master

9999999-dev

PHP BaiDu Ai-Face Sdk

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

by Ricky

25/06 2018

v1.0.5

1.0.5.0

PHP BaiDu Ai-Face Sdk

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

by Ricky

25/06 2018

dev-analysis-qg3anG

dev-analysis-qg3anG

PHP BaiDu Ai-Face Sdk

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

by Ricky

23/06 2018

v1.0.3

1.0.3.0

PHP BaiDu Ai-Face Sdk

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

by Ricky

23/06 2018

v1.0.4

1.0.4.0

PHP BaiDu Ai-Face Sdk

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

by Ricky