2017 © Pedro Peláez
 

library php-client

GenderAPI PHP Composer Package

image

genderapi/php-client

GenderAPI PHP Composer Package

  • Tuesday, May 29, 2018
  • by GenderAPI
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 50 % Grown

The README.md

PHP-Client

GenderAPI.io PHP Composer package., (*1)

Website: https://genderapi.io, (*2)

API Docs: https://genderapi.io/api-docs, (*3)

How to Install

composer require genderapi/php-client
<?php
 use GenderApi\GenderApi;

 $genderApi = new GenderApi('Your API Key');
 $getGender = $genderApi->findGender('britney');

 echo $getGender;

 // OR, Get Result
 $getResult = $genderApi->result('britney');
 print_r($getResult);

The Versions

29/05 2018

dev-master

9999999-dev

GenderAPI PHP Composer Package

  Sources   Download

by Hüseyin Kaplay