PHPackages                             gubler/ad-search-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. gubler/ad-search-bundle

ActiveSymfony-bundle[API Development](/categories/api)

gubler/ad-search-bundle
=======================

Active Directory search for Symfony

v6.0.1(2y ago)0232MITPHPPHP &gt;=8.1

Since Jan 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/gubler/GublerADSearchBundle)[ Packagist](https://packagist.org/packages/gubler/ad-search-bundle)[ Docs](https://github.com/gubler/gubleradsearchbundle)[ RSS](/packages/gubler-ad-search-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (14)Versions (42)Used By (0)

GublerADSearchBundle
====================

[](#gubleradsearchbundle)

This is a Symfony 6 bundle to make searching Active Directory (or other LDAP directories) easier.

Bundle VersionSymfony VersionPHP Version6.06.2&gt;=8.15.06.1&gt;=8.14.x5.0 - 6.0&gt;=7.21.2&gt;= 4.4&gt;=7.0**DO NOT USE THE 1.3 Release, it is very broken**.

Usage
-----

[](#usage)

For full usage documentation, see the [documentation](docs/index.md).

### Example

[](#example)

```
public function __construct(private ADSearchService $adSearch)
{
}

public function search () {
    // find all that match a search term
    $arrayOfUsers = $this->adSearch->search('name');

    // find one by GUID
    $guid = Uuid::fromString('192D7590-6036-4358-9239-BEA350285CA2');
    $singleUser = $this->adSearch->find($guid);

    // find one by search term
    $singleUser = $this->adSearch->findBy('samaccountname', 'User');
}
```

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

[](#installation)

Full details are in the [installation documentation](docs/installation.md).

Installation with composer:

```
composer require gubler/ad-search-bundle
```

### Configuration

[](#configuration)

Configuration details are in the [configuration documentation](docs/configuration.md).

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 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 ~66 days

Recently: every ~122 days

Total

39

Last Release

892d ago

Major Versions

v1.3.0 → v2.0.12020-05-12

v2.0.2 → v3.0.02020-07-23

v3.0.0 → v4.0.02020-08-20

v4.0.3 → v5.0.02022-06-29

v5.1.1 → v6.0.02023-05-11

PHP version history (5 changes)v0.1.0PHP &gt;=5.6.0

v0.2.0PHP &gt;=7.0.0

v0.3.3PHP &gt;=7.1.3

v1.3.0PHP &gt;=7.2

v5.0.0PHP &gt;=8.1

### Community

Maintainers

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

---

Top Contributors

[![gubler](https://avatars.githubusercontent.com/u/3446?v=4)](https://github.com/gubler "gubler (79 commits)")

---

Tags

symfonybundleactive directoryactivedirectory

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/gubler-ad-search-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/gubler-ad-search-bundle/health.svg)](https://phpackages.com/packages/gubler-ad-search-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[thecatontheflat/atlassian-connect-bundle

Atlassian Connect Symfony Bundle

357.6k](/packages/thecatontheflat-atlassian-connect-bundle)[onmoon/openapi-server-bundle

Symfony bundle to create a fully-featured API server from an OpenAPI v3 specification

1117.7k](/packages/onmoon-openapi-server-bundle)[ufo-tech/json-rpc-sdk-bundle

The Symfony bundle for simple usage Json-RPC api with dynamic SDK

172.5k](/packages/ufo-tech-json-rpc-sdk-bundle)

PHPackages © 2026

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