PHPackages                             dyb/api-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. [API Development](/categories/api)
4. /
5. dyb/api-bundle

AbandonedArchivedSymfony-bundle[API Development](/categories/api)

dyb/api-bundle
==============

Symfony DoYouBuzz Api Connection Bundle

1606PHP

Pushed 12y ago1 watchersCompare

[ Source](https://github.com/AppVentus/DybApiBundle)[ Packagist](https://packagist.org/packages/dyb/api-bundle)[ RSS](/packages/dyb-api-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersionsUsed By (0)

DoYouBuzz API connection bundle
===============================

[](#doyoubuzz-api-connection-bundle)

To do some custom needs , do not forget to fork and to rtfm [Documentation](http://doc.doyoubuzz.com).

Requirements
------------

[](#requirements)

You must :

- have a symfony2 projet : &gt;= v2.1
- have a DoYouBuzz API Key and API Secret
- have a local webserver with cURL installed
- know if you have a Partner or Application access

Installation
============

[](#installation)

\##With composer

[dyb/api-dundle](https://packagist.org/packages/dyb/api-bundle)

"require": { "dyb/api-bundle": "dev-master" },

\#Configuration

Register Bundle :

Add this line to your AppKernel.php :

```
new Dyb\ApiBundle\DybApiBundle(),

```

Declare the route in your routing.yml :

```
dyb_showcase:
    resource: "@DybApiBundle/Controller/Showcase/"
    type:     annotation
    prefix:   /dyb/showcase/

```

Add the line below to your config. For example in your app/config/config.yml :

```
dyb_api:
    showcase:
        key:       xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
        secret:    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

```

\#Features

\##Showcase :

\###Get the list of your users, paginated :

```
[
    {"username":"john@doe.me","email":"john@doe.me","firstname":"john","lastname":"doe","id":311243},
    {"username":"jane@doe.me","email":"jane@doe.me","firstname":"jane","lastname":"doe","id":311245}
]

```

**Go to this url : /dyb/showcase/list**

\###Get a choice list of your users

```
{
    "1":"John Doe",
    "2":"Jane Doe"
}

```

**Go to this url : /dyb/showcase/choice**

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity8

Early-stage or recently created project

 Bus Factor1

Top contributor holds 71.4% 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://avatars.githubusercontent.com/u/618536?v=4)[Leny BERNARD](/maintainers/lenybernard)[@lenybernard](https://github.com/lenybernard)

---

Top Contributors

[![dzey](https://avatars.githubusercontent.com/u/689033?v=4)](https://github.com/dzey "dzey (10 commits)")[![lenybernard](https://avatars.githubusercontent.com/u/618536?v=4)](https://github.com/lenybernard "lenybernard (4 commits)")

### Embed Badge

![Health badge](/badges/dyb-api-bundle/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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