iter8/ldaprecord-bundle

LdapRecord for Symfony bundle

Maintainers

👁 yesdevnull

Package info

github.com/iter8-au/ldaprecord-bundle

Type:symfony-bundle

pkg:composer/iter8/ldaprecord-bundle

Statistics

Installs: 2 535

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 6

v4.2.0 2026-02-20 01:23 UTC

MIT 37e5adfa3282e1e72316c4cc509f6cd9032c40b0

symfonyldapsymfony-bundle


README

👁 GitHub Actions
👁 Packagist

Introduction

LdapRecord bridge for Symfony.

Installation

You can install this bundle using Composer

composer require iter8/ldaprecord-bundle

or add the package to your composer.json file directly.

After you have installed the package, you just need to add the bundle to your AppKernel.php file::

// in AppKernel::registerBundles()
$bundles = [
 // ...
 new Iter8\LdapRecordBundle\Iter8LdapRecordBundle(),
 // ...
];

Configuration

LdapRecord installation