PHPackages                             polidog/vaddy-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. polidog/vaddy-bundle

ActiveLibrary

polidog/vaddy-bundle
====================

0.0.1(10y ago)11.6kMITPHP

Since Jul 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/polidog/VaddyBundle)[ Packagist](https://packagist.org/packages/polidog/vaddy-bundle)[ RSS](/packages/polidog-vaddy-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

VaddyBundle
===========

[](#vaddybundle)

[![Build Status](https://camo.githubusercontent.com/067e4dd97034298e823c610c9526381b35e5f58a4410c9d623b3192447b75842/68747470733a2f2f7472617669732d63692e6f72672f706f6c69646f672f566164647942756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/polidog/VaddyBundle)[![Coverage Status](https://camo.githubusercontent.com/b15a4bf7b675b4376636d08174e3294d2e4777488a1a5797c9fdc36b7f540675/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f706f6c69646f672f566164647942756e646c652f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/polidog/VaddyBundle?branch=master)

[VAddy](http://vaddy.net/ja/)との連携をするためのBundleです。

できること
-----

[](#できること)

- 認証コードのみを設定すれば、認証ファイルがいらなくなる。

つかいかた
-----

[](#つかいかた)

### compsoer install

[](#compsoer-install)

```
$ composer.phar require polidog/vaddy-bundle

```

### AppKernel.php

[](#appkernelphp)

```
// vim app/AppKernel.php

    public function registerBundles()
    {
        $bundles = array(
            ...
            new Polidog\VaddyBundle\VaddyBundle(),
        );

```

### config.yml

[](#configyml)

xxxxxxxxx→VAddyのVerification Codeになります。

```
// vim app/config/config.yml

vaddy:
    verification: 'xxxxxxxxx'

```

よりかっこいい感じの書き方

```
// vim app/parameters.yml

vaddy_verification_code: 'xxxxxxxxx'

```

```
// vim app/config/config.yml

vaddy:
    verification: %vaddy_verification_code%

```

### routing.yml

[](#routingyml)

```
// vim app/config/routing.yml

vaddy:
    resource: "@VaddyBundle/Resources/config/routing.yml"

```

### 設定が行われているか確認

[](#設定が行われているか確認)

```
$ app/console debug:router vaddy_verification
Name         vaddy_verification
Path         /vaddy-xxxxxxxxx.html
Path Regex   #^/vaddy\-xxxxxxxxx\.html$#s
Host         ANY
Host Regex
Scheme       ANY
Method       ANY
Class        Symfony\Component\Routing\Route
Defaults     _controller: vaddy.controller.verification:indexAction
Requirements NO CUSTOM
Options      compiler_class: Symfony\Component\Routing\RouteCompiler

```

実際にhttpでアクセスする

```
$ curl localhost:8000/vaddy-xxxxxxxxx.html
xxxxxxxxx

```

ここまで完了したら、適当にサーバにデプロイしてから、VAddyの管理画面側で`Verify`ボタンを押してください。

TODO
----

[](#todo)

- Vaddy Clientの実装、`app/console`で使えるようにする

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3961d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b043af7ae4c4ea7a438c64e76033730db386091ba0275f6e7c4e09def71a68bb?d=identicon)[polidog](/maintainers/polidog)

---

Top Contributors

[![polidog](https://avatars.githubusercontent.com/u/284778?v=4)](https://github.com/polidog "polidog (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/polidog-vaddy-bundle/health.svg)

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

###  Alternatives

[ed/blog-bundle

Symfony EDBlogBundle

348.4k](/packages/ed-blog-bundle)[ecentria/ecentria-rest-bundle

Goal of this bundle is to simplify process of creating APIs with Symfony. We use already well-coded libraries, combine them together to simplify process and not to re-invent the wheel. We've chose REST and HATEOS to have unified standards of API requests and responses.

142.4k](/packages/ecentria-ecentria-rest-bundle)

PHPackages © 2026

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