2017 © Pedro Peláez
 

library laravel-fullcontact

Laravel FullContact

image

akaramires/laravel-fullcontact

Laravel FullContact

  • Thursday, November 9, 2017
  • by akaramires
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,378 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 1 Versions
  • 19 % Grown

The README.md

Laravel 5 FullContact API

  • In your .env file set FullContact API key in FULLCONTACT_API_KEY
  • [php artisan vendor:publish --provider="Akaramires\FullContact\FullContactServiceProvider"]
  • In your app/config/app.php add provider:
    • 'Akaramires\FullContact\FullContactServiceProvider'
  • In your app/config/app.php add alias:
    • 'FullContact' => Akaramires\FullContact\FullContactFacade::class,

Usage:

Lookup by email: * $person = FullContact::lookupByEmail( 'shawn@mantelope.io' );, (*1)

Lookup by phone: * $person = FullContact::lookupByPhone( '123-456-7890' );, (*2)

Lookup by Twitter: * $person = FullContact::lookupByTwitter( 'MantelopeMusk' );, (*3)

Lookup by Facebook: & $person = FullContact::lookupByFacebook( 'mike-corkum' ,'US' ); * countryCode parameter defaults to US if not provided *, (*4)

Account Stats: & $stats = FullContact::accountStats( '2012-08' ); * Period parameter is optional *, (*5)

The Versions

09/11 2017

dev-master

9999999-dev

Laravel FullContact

  Sources   Download

MIT

The Requires

 

The Development Requires

by Elmar Abdurayimov

api social contacts