iter8-au / ldaprecord-bundle

Symfony bundle for the LdapRecord package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LdapRecordBundle

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

About

Symfony bundle for the LdapRecord package.

License:MIT License


Languages

Language:PHP 100.0%