iter8 / ldaprecord-bundle
LdapRecord for Symfony bundle
Installs: 1 835
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 6
Type:symfony-bundle
Requires
- php: ^8.1
- ext-ldap: *
- directorytree/ldaprecord: ^3.0
- symfony/framework-bundle: ^6.1
Requires (Dev)
- doctrine/coding-standard: ^12.0
- ergebnis/composer-normalize: ^2.0
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpstan/phpstan-strict-rules: ^1.0
- phpstan/phpstan-symfony: ^1.0
- phpunit/phpunit: ^10.0
- psalm/plugin-phpunit: ^0.18
- psalm/plugin-symfony: ^5.0
- squizlabs/php_codesniffer: ^3.5
- vimeo/psalm: ^5.0
Conflicts
- tightenco/collect: <5.6
- dev-main
- 4.x-dev
- v4.0.0
- 3.x-dev
- v3.0.0
- v2.0.0
- v1.0.0
- v0.1.1
- v0.1.0
- dev-dependabot/composer/psalm/plugin-phpunit-tw-0.19
- dev-dependabot/github_actions/ramsey/composer-install-3
- dev-dependabot/github_actions/actions/cache-4
- dev-feature-devcontainer-config
- dev-whitesource/configure
- dev-feature-add-further-tests
This package is auto-updated.
Last update: 2025-03-29 00:51:23 UTC
README
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(),
// ...
];