承接 pdfloresjdav/api-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

pdfloresjdav/api-bundle

Composer 安装命令:

composer require pdfloresjdav/api-bundle

包简介

Symfony DoYouBuzz Api Connection Bundle

README 文档

README

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

统计信息

  • 总下载量: 2.66k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-04-03