PHPackages                             pdfloresjdav/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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. pdfloresjdav/api-bundle

ActiveSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

pdfloresjdav/api-bundle
=======================

Symfony DoYouBuzz Api Connection Bundle

02.7kPHP

Since Apr 3Pushed 8y agoCompare

[ Source](https://github.com/pdfloresjdav/ApiBundle)[ Packagist](https://packagist.org/packages/pdfloresjdav/api-bundle)[ RSS](/packages/pdfloresjdav-api-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used 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

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16325895?v=4)[Pedro Flores](/maintainers/pdfloresj)[@pdfloresj](https://github.com/pdfloresj)

---

Top Contributors

[![pdfloresjdav](https://avatars.githubusercontent.com/u/31741062?v=4)](https://github.com/pdfloresjdav "pdfloresjdav (7 commits)")

### Embed Badge

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

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

###  Alternatives

[42coders/document-templates

Document template management package.

19940.0k](/packages/42coders-document-templates)[qipsius/tcpdf-bundle

A bundle to easily integrate TCPDF into Symfony

23749.5k](/packages/qipsius-tcpdf-bundle)[macopedia/magmi2

Magento Mass Importer 'Magmi' for Magento 2

11615.7k](/packages/macopedia-magmi2)[tarfin-labs/easy-pdf

Makes pdf processing easy.

1719.4k](/packages/tarfin-labs-easy-pdf)[akeneo-labs/excel-connector-bundle

Akeneo PIM Excel connector bundle

166.4k](/packages/akeneo-labs-excel-connector-bundle)

PHPackages © 2026

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