smochin / namsor-php-client
A simple PHP Client for http://www.namsor.com
1.0.0
2016-12-30 01:52 UTC
Requires
- php: >=7.0
- ext-json: *
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- phpunit/phpunit: ~5.5
This package is auto-updated.
Last update: 2024-11-07 20:14:37 UTC
README
A simple PHP Client for http://www.namsor.com.
Installation
Package is available on Packagist, you can install it using Composer.
composer require smochin/namsor-php-client
Dependencies
- PHP 7
- json extension
- cURL extension
Get started
Initialize the Crawler
$client = new Smochin\Namsor\Client();
Recognize by first and last name
$gender = $client->recognize('Jamerson', 'Silva');