CalderaWP/laravel-fullcontact-api

Name: laravel-fullcontact-api

Owner: Caldera Labs

Description: null

Forked from: simleadit/laravel-fullcontact-api

Created: 2016-08-14 18:44:05.0

Updated: 2018-03-22 08:58:01.0

Pushed: 2016-08-14 19:51:14.0

Homepage: null

Size: 6

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Laravel 5 FullContact API
Usage:

Lookup by email:

* `$person = FullContact::lookupByEmail( 'shawn@mantelope.io' );`

Lookup by person:

* `$person = FullContact::lookupByPhone( '123-456-7890' );`

Lookup by Twitter:

* `$person = FullContact::lookupByTwitter( 'MantelopeMusk' );`

Lookup by Facebook:

& `$person = FullContact::lookupByFacebook( 'mike-corkum' );`

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.