2017 © Pedro Peláez
 

library sifter

An API library for SifterApp.com

image

jdoyle/sifter

An API library for SifterApp.com

  • Tuesday, April 19, 2016
  • by jdoyle
  • Repository
  • 2 Watchers
  • 1 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SifterAPI

Build Status, (*1)

Example Usage

$apiKey = '2345LIKUYGWE35246KUYG2EKG';
$apiSubdomain = 'example';

$sifter = new Sifter(new SifterCurl($apiKey, $apiSubdomain));

$projects = $sifter->allProjects();

foreach($projects as $project) {
  echo $project->getName();
  echo "<br>";
  echo $project->getPrimaryCompanyName();
  echo "<br>";
  echo "

People

<br>"; $people = $project->people(); foreach($people as $person) { echo $person->getUsername() . " : " . $person->getFullName() . "<br>"; } }

The Versions

19/04 2016

dev-master

9999999-dev https://github.com/jdoyle65/SifterAPI

An API library for SifterApp.com

  Sources   Download

MIT

The Requires

 

The Development Requires

api app sifter

25/02 2016

0.0.1

0.0.1.0 https://github.com/jdoyle65/SifterAPI

An API library for Sifter App

  Sources   Download

MIT

The Requires

 

The Development Requires

app sifter