Skip to content

smochin/namsor-php-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Namsor PHP Client

Join the chat at https://gitter.im/smochin/namsor-php-client Total Downloads Latest Stable Version Branch master Build Status

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');