iter8 / ldaprecord-bundle
LdapRecord for Symfony 包
v4.0.0
2023-05-24 03:58 UTC
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: 2024-10-01 00:06:51 UTC
README
简介
LdapRecord 适配 Symfony。
安装
您可以使用 Composer 安装此包
composer require iter8/ldaprecord-bundle
或直接将包添加到您的 composer.json
文件中。
安装包后,您只需将包添加到您的 AppKernel.php
文件中:
// in AppKernel::registerBundles()
$bundles = [
// ...
new Iter8\LdapRecordBundle\Iter8LdapRecordBundle(),
// ...
];