Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Api Bundle Laravel Package

dyb/api-bundle

View on GitHub
Deep Wiki
Context7

DoYouBuzz API connection bundle

To do some custom needs , do not forget to fork and to rtfm Documentation.

Requirements

You must :

  • have a symfony2 projet : >= 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

##With composer

dyb/api-dundle

"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

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky