2017 © Pedro Peláez
 

library pipl-laravel

Pipl Laravel Package

image

abdelrahmanbadr/pipl-laravel

Pipl Laravel Package

  • Friday, March 30, 2018
  • by abdelrahmanbadr
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 100 % Grown

The README.md

Laravel-pipl-api

A Laravel Pckage connecting your application to pipl api, (*1)

Installation

Laravel Pipl API supports Laravel 5.5 and higher., (*2)

Package

Require via composer * composer require abdelrahmanbadr/pipl-laravel, (*3)

  • In your .env file set Pipl API key in PIPL_API_KEY
  • In your .env file set PIPL_API_BASE_URL (optional and the default url is http://api.pipl.com/search/)

Usage:

  • you can path the search feilds as array of keys and values of person data
  • Example: Pipl::search(['first_name'=> 'john', 'last_name'=>'doe', 'email'=>'example@example.com']);

Getting Started & Code Snippets

Pipl's Search API * Getting started - https://pipl.com/dev/guide/getting_started * Code snippets - https://pipl.com/dev/guide/code_snippets * Full reference - https://pipl.com/dev/reference, (*4)

Running Unit tests:

$ ./vendor/bin/phpunit

The Versions

30/03 2018

dev-master

9999999-dev

Pipl Laravel Package

  Sources   Download

MIT

by Abdelrahman Badr El Deen

laravel api social pipl