PHPackages                             slacker775/concur-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. slacker775/concur-api

ActiveLibrary[API Development](/categories/api)

slacker775/concur-api
=====================

Concur API Client

1.0.2(6y ago)014MITPHP

Since Nov 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/slacker775/concur-api)[ Packagist](https://packagist.org/packages/slacker775/concur-api)[ RSS](/packages/slacker775-concur-api/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (9)Versions (5)Used By (0)

Installation
------------

[](#installation)

```
composer req slacker775/concur-api

```

Basic Usage
-----------

[](#basic-usage)

### Constructing the API client

[](#constructing-the-api-client)

Using the factory method makes creating the API client much simpler. It sets up the OAuth2 Client authentication provider and the PSR18 HTTP client for making the requests.

TODO: Add ability to pass some of those components to be utilized when constructing the API client

```
$clientId = 'f124683d-7059-479f-96c4-20769ba0d5bf';
$clientSecret = '75b39f58-98c6-4312-830d-468e0df40dfc';
$username = 'user@example.com';
$password = 'Password';

$factory = new ConcurApiClientFactory();
$apiClient = $factory->create([
    'clientId' => $clientId,
    'clientSecret' => $clientSecret,
    'username' => $username,
    'password' => $password
]);

```

### Typical usage

[](#typical-usage)

```
$users = $apiClient->getCommonUser(['active' => true]);

$iterator = new UserIterator();
foreach($iterator->foreach(['active' => trueee]) as $user) {
  /* do something with the $user object returned */
}

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~0 days

Total

3

Last Release

2361d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/21985741?v=4)[slacker775](/maintainers/slacker775)[@slacker775](https://github.com/slacker775)

---

Top Contributors

[![slacker775](https://avatars.githubusercontent.com/u/21985741?v=4)](https://github.com/slacker775 "slacker775 (20 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/slacker775-concur-api/health.svg)

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

###  Alternatives

[jolicode/slack-php-api

An up to date PHP client for Slack's API

2534.4M12](/packages/jolicode-slack-php-api)[atymic/twitter

Twitter API for PHP &amp; Laravel

945555.4k2](/packages/atymic-twitter)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[dcblogdev/laravel-xero

A Laravel Xero package

53129.1k1](/packages/dcblogdev-laravel-xero)[typhonius/acquia-php-sdk-v2

A PHP SDK for Acquia CloudAPI v2

222.8M7](/packages/typhonius-acquia-php-sdk-v2)[bynder/bynder-php-sdk

Bynder PHP Library

171.1M3](/packages/bynder-bynder-php-sdk)

PHPackages © 2026

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