iter8/ldaprecord-bundle

LdapRecord for Symfony bundle

Installs: 1 829

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 0

Open Issues: 6

Type:symfony-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