PHPackages                             seiffert/crowd-rest-bundle - 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. seiffert/crowd-rest-bundle

ActiveLibrary[API Development](/categories/api)

seiffert/crowd-rest-bundle
==========================

This bundle provides a simple API for Atlassian Crowd's REST API.

1514[2 PRs](https://github.com/seiffert/crowd-rest-bundle/pulls)PHP

Since Jul 28Pushed 11y ago1 watchersCompare

[ Source](https://github.com/seiffert/crowd-rest-bundle)[ Packagist](https://packagist.org/packages/seiffert/crowd-rest-bundle)[ RSS](/packages/seiffert-crowd-rest-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Crowd Rest Bundle
=================

[](#crowd-rest-bundle)

This bundle provides a simple API for Atlassian Crowd's REST API.

[![Build Status](https://camo.githubusercontent.com/870facdd8f4bc581dfa6f4bb636886a9339bdff4a3bb7acafbadeacfb75cd4c0/68747470733a2f2f7472617669732d63692e6f72672f73656966666572742f63726f77642d726573742d62756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/seiffert/crowd-rest-bundle)

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

[](#installation)

Require the package via composer:

`composer.json`:

```
    "require": {
        ...
        "seiffert/crowd-rest-bundle": "dev-master",
        ...
    }

```

Activate the bundle in your AppKernel:

`app/AppKernel.php`:

```
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Seiffert\CrowdRestBundle\SeiffertCrowdRestBundle(),
            ...
        );
        ...
    }

```

Configuration
-------------

[](#configuration)

To connect to your organization's Crowd instance, you have to add some entries to your project configuration (e.g. in `app/config/config.yml`):

```
seiffert_crowd_rest:
    url: https:///crowd/rest/usermanagement/1
    application:
        name:
        password:

```

- **crowd-url**: Your Crowd instance's Url/Hostname.
- **application-name**: The name of your application registered in Crowd.
- **application-password**: The password of your application registered in Crowd.

Usage
-----

[](#usage)

After installing and configuring the bundle, you can use the Crowd API by injecting the service `seiffert.crowd` into each client object. The injected object is of type `Seiffert\CrowdRestBundle\Crowd` and currently provides the following methods:

- `getUser($username)`: Returns an instance of `Seiffert\CrowdRestBundle\Crowd\UserInterface` if the username matches a user record in Crowd. If not, a `UserNotFoundException` is being thrown.
- `isAuthenticationValid($username, $password)`: Returns true if the username and password match a user record in Crowd, false otherwise.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d576bda5c70255f203244318b1b634fb94131d5ce94becb13ae39f583f3a492?d=identicon)[PSeiffert](/maintainers/PSeiffert)

---

Top Contributors

[![seiffert](https://avatars.githubusercontent.com/u/1111118?v=4)](https://github.com/seiffert "seiffert (18 commits)")[![frastel](https://avatars.githubusercontent.com/u/433380?v=4)](https://github.com/frastel "frastel (1 commits)")

### Embed Badge

![Health badge](/badges/seiffert-crowd-rest-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/seiffert-crowd-rest-bundle/health.svg)](https://phpackages.com/packages/seiffert-crowd-rest-bundle)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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