PHPackages                             jdoyle/sifter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. jdoyle/sifter

ActiveLibrary[API Development](/categories/api)

jdoyle/sifter
=============

An API library for SifterApp.com

0.0.1(10y ago)124[1 issues](https://github.com/jdoyle65/SifterAPI/issues)MITPHPPHP &gt;=5.4.0

Since Feb 25Pushed 10y ago2 watchersCompare

[ Source](https://github.com/jdoyle65/SifterAPI)[ Packagist](https://packagist.org/packages/jdoyle/sifter)[ Docs](https://github.com/jdoyle65/SifterAPI)[ RSS](/packages/jdoyle-sifter/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

SifterAPI
=========

[](#sifterapi)

[![Build Status](https://camo.githubusercontent.com/8f6fa30ec162b7b3e9c7440842d3196ed69f51c06159cef347e5f49a5f124c10/68747470733a2f2f7472617669732d63692e6f72672f6a646f796c6536352f5369667465724150492e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jdoyle65/SifterAPI)

Example Usage
=============

[](#example-usage)

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

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

$projects = $sifter->allProjects();

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

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

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3732d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/32dd10236b90c7108483ae031dd09b0516d497c6b27ec1aaea0e4c2412f14a17?d=identicon)[jdoyle](/maintainers/jdoyle)

---

Top Contributors

[![jdoyle65](https://avatars.githubusercontent.com/u/2348003?v=4)](https://github.com/jdoyle65 "jdoyle65 (38 commits)")

---

Tags

appsifter

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jdoyle-sifter/health.svg)

```
[![Health](https://phpackages.com/badges/jdoyle-sifter/health.svg)](https://phpackages.com/packages/jdoyle-sifter)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[spatie/laravel-route-attributes

Auto register routes using PHP attributes

879963.2k18](/packages/spatie-laravel-route-attributes)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
