Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iter8-au/ldaprecord-bundle
Symfony bundle for the LdapRecord package.
https://github.com/iter8-au/ldaprecord-bundle
ldap php symfony symfony-bundle
Last synced: 3 months ago
JSON representation
Symfony bundle for the LdapRecord package.
- Host: GitHub
- URL: https://github.com/iter8-au/ldaprecord-bundle
- Owner: iter8-au
- License: mit
- Created: 2020-12-23T00:45:44.000Z (about 4 years ago)
- Default Branch: 4.x
- Last Pushed: 2024-04-01T16:04:57.000Z (10 months ago)
- Last Synced: 2024-11-11T16:09:36.411Z (3 months ago)
- Topics: ldap, php, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 99.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LdapRecordBundle
================[![GitHub Actions][GA Image]][GA Link]
[![Packagist][Packagist Image]][Packagist Link]Introduction
------------
[LdapRecord](https://github.com/DirectoryTree/LdapRecord) bridge for Symfony.Installation
------------
You can install this bundle using Composercomposer 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](https://ldaprecord.com/docs/core/v2/installation)
[GA Image]: https://github.com/iter8-au/ldaprecord-bundle/actions/workflows/continuous-integration.yml/badge.svg
[GA Link]: https://github.com/iter8-au/ldaprecord-bundle/actions/workflows/continuous-integration.yml
[Packagist Image]: https://img.shields.io/packagist/v/iter8/ldaprecord-bundle.svg
[Packagist Link]: https://packagist.org/packages/iter8/ldaprecord-bundle