PHPackages                             ethercap/yii2-ledap-example - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ethercap/yii2-ledap-example

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

ethercap/yii2-ledap-example
===========================

example for yii2-ledap

2211PHP

Since Jul 14Pushed 5y ago3 watchersCompare

[ Source](https://github.com/ethercap/yii2-ledap-example)[ Packagist](https://packagist.org/packages/ethercap/yii2-ledap-example)[ RSS](/packages/ethercap-yii2-ledap-example/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-ledap-example
==================

[](#yii2-ledap-example)

========================

安装
--

[](#安装)

推荐的方式是通过composer 进行下载安装[composer](http://getcomposer.org/download/)。

在命令行执行

```
php composer.phar require "ethercap/yii2-ledap-example" "dev-master"

```

或加入

```
"ethercap/yii2-ledap-example": "dev-master"

```

到你的`composer.json`文件中的require段。

使用
--

[](#使用)

**module配置**

一旦你安装了这个插件，你就可以直接在yii2的配置文件中加入如下的代码：

```
return [
    'modules' => [
        'ledap' => [
            'class' => '\ethercap\ledapExample\Module',
        ],
    ],
];
```

然后需要把静态资源放置到web目录下：

```
cd your_project
#注意需要保证web用户有权限访问这个目录，否则页面会无法加载
ln -s `pwd`/vendor/ethercap/yii2-ledap-example/src/webroot frontend/web/js/ledap
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/23f3710882e5d3771ba0a1f81ef432345da7eba06ead50b479c0d574b94bc281?d=identicon)[ethercap](/maintainers/ethercap)

---

Top Contributors

[![luzimingx](https://avatars.githubusercontent.com/u/30313721?v=4)](https://github.com/luzimingx "luzimingx (2 commits)")

### Embed Badge

![Health badge](/badges/ethercap-yii2-ledap-example/health.svg)

```
[![Health](https://phpackages.com/badges/ethercap-yii2-ledap-example/health.svg)](https://phpackages.com/packages/ethercap-yii2-ledap-example)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
