PHPackages                             gedex/janrain-api - 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. gedex/janrain-api

ActiveLibrary[API Development](/categories/api)

gedex/janrain-api
=================

Janrain API client

0.1.0(12y ago)45813[1 issues](https://github.com/gedex/php-janrain-api/issues)[1 PRs](https://github.com/gedex/php-janrain-api/pulls)MITPHPPHP &gt;=5.3.2

Since Feb 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/gedex/php-janrain-api)[ Packagist](https://packagist.org/packages/gedex/janrain-api)[ Docs](https://github.com/gedex/php-janrain-api)[ RSS](/packages/gedex-janrain-api/feed)WikiDiscussions master Synced today

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

PHP Janrain API
===============

[](#php-janrain-api)

[![Build Status](https://camo.githubusercontent.com/63a894548a04f15bf40765c7c5fd1a0e0f3bb9196965f0fe7061d20bd57cffc3/68747470733a2f2f7472617669732d63692e6f72672f67656465782f7068702d6a616e7261696e2d6170692e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/gedex/php-janrain-api)[![Coverage Status](https://camo.githubusercontent.com/3646308d1da34a36fb28fb0a3bd6a391d3ba52ba2d517820cd4515921b4f1015/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f67656465782f7068702d6a616e7261696e2d6170692f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/gedex/php-janrain-api?branch=master)

A simple Object Oriented wrapper for [Janrain API](http://developers.janrain.com/documentation/api/), written with PHP5.

Usage
=====

[](#usage)

Find Entity
-----------

[](#find-entity)

```
require_once 'vendor/autoload.php';

$client = new Janrain\Client();
$client->setOption('base_url',      'https://example.janraincapture.com');
$client->setOption('client_id',     'xxx');
$client->setOption('client_secret', 'xxx');

$entities = $client->api('entity')->find(array(
	'type_name'  => 'user',
	'filter'     => 'emailVerified is not null',
	'attributes' => array('uuid', 'displayName', 'email'),
));
```

Add Entity
----------

[](#add-entity)

```
$result = $client->api('entity')->create(array(
	'type_name'  => 'user',
	'attributes' => array(
		'firstName' => 'Akeda',
		'lastName'  => 'Bagus',
	),
));
```

See [examples](examples/README.md) for complete references.

TODO
====

[](#todo)

- Complete unit tests coverage
- More examples

Credits
=======

[](#credits)

- [Janrain API documentation](http://developers.janrain.com/documentation/api/)
- Nicely architectured library [php-github-api](https://github.com/KnpLabs/php-github-api) by [KNPLabs](https://github.com/KnpLabs) where this library borrows the design.

License
=======

[](#license)

MIT License - see [LICENSE file](LICENSE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.5% 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

4480d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc9dd485942002d2de369dee002498b5e0811eac2bcf727b8984fa89a99be43c?d=identicon)[gedex](/maintainers/gedex)

---

Top Contributors

[![gedex](https://avatars.githubusercontent.com/u/78313?v=4)](https://github.com/gedex "gedex (6 commits)")[![opdavies](https://avatars.githubusercontent.com/u/339813?v=4)](https://github.com/opdavies "opdavies (4 commits)")[![gapple](https://avatars.githubusercontent.com/u/458809?v=4)](https://github.com/gapple "gapple (1 commits)")

---

Tags

api-clientjanrainphpphp-janrain-apiapiclientcapturejanrainengage

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gedex-janrain-api/health.svg)

```
[![Health](https://phpackages.com/badges/gedex-janrain-api/health.svg)](https://phpackages.com/packages/gedex-janrain-api)
```

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[zetaphor/reddit-api-client

Provides an interface to the API at reddit.com

722.7k](/packages/zetaphor-reddit-api-client)[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1243.1k1](/packages/skeeks-yii2-google-api)

PHPackages © 2026

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