smochin/namsor-php-client

A simple PHP Client for http://www.namsor.com

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 0

pkg:composer/smochin/namsor-php-client

1.0.0 2016-12-30 01:52 UTC

This package is auto-updated.

Last update: 2025-10-07 22:35:49 UTC


README

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