PHPackages                             ycw/ycw-test-bundle - 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. ycw/ycw-test-bundle

ActiveSymfony-bundle

ycw/ycw-test-bundle
===================

04PHP

Since Mar 16Pushed 7y agoCompare

[ Source](https://github.com/1010562912/ycw-test-bundle)[ Packagist](https://packagist.org/packages/ycw/ycw-test-bundle)[ RSS](/packages/ycw-ycw-test-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

开发配置

第一步：克隆项目`http://git.cqxiaokang.local/yuchangwei/ycw-test-bundle.git`到框架的根目录下，命名为`ycw-test-bundle`;

第二步：在`composer.json`中添加以下配置：

```
    "autoload": {
        "psr-4": {
        "Ycw\\TestBundle\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
          "Ycw\\TestBundle\\Tests\\": "Tests/"
    }

```

然后更新composer的自动加载代码：

```
    composer update nothing

```

第三步：在`/config/bundles.php`添加以下代码：

```
    Ycw\TestBundle\YcwTestBundle::class => ['all' => true],

```

第四步：在`/config/routes/`目录中添加文件`ycw_test.yaml`

ycw\_test.yaml 路由如下:

```
    ycw_test:
      prefix: /
      resource: '@YcwTestBundle/Resources/config/routing.yaml'

```

配置完成，执行命令`bin/console debug:route`查看路由设置3；

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

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/65ba5283787e75f3d927411623b46da6cb9c689f7da3b003c811c219b5557a95?d=identicon)[1010562912@qq.com](/maintainers/1010562912@qq.com)

---

Top Contributors

[![yu-changwei](https://avatars.githubusercontent.com/u/45383192?v=4)](https://github.com/yu-changwei "yu-changwei (7 commits)")

### Embed Badge

![Health badge](/badges/ycw-ycw-test-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ycw-ycw-test-bundle/health.svg)](https://phpackages.com/packages/ycw-ycw-test-bundle)
```

PHPackages © 2026

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