iter8/ldaprecord-bundle
最新稳定版本:v4.0.0
Composer 安装命令:
composer require iter8/ldaprecord-bundle
包简介
LdapRecord for Symfony bundle
README 文档
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(),
// ...
];
Configuration
统计信息
- 总下载量: 1.98k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-03