2017 © Pedro Peláez
 

symfony-bundle twitch-api-bundle

Implements twitch api in a symfony bundle

image

reneszabo/twitch-api-bundle

Implements twitch api in a symfony bundle

  • Sunday, June 25, 2017
  • by reneszabo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Twitch Api Bundle

Configuration

parameters.yml

Add parameters to final and dist yml, (*1)

parameters.yml.dist, (*2)

parameters:
    twitch_api_client_id:     ~
    twitch_api_client_secret: ~

parameters.yml, (*3)

parameters:
    twitch_api_client_id:     YOUR_TWITCH_CLIENT_ID
    twitch_api_client_secret: YOUR_TWITCH_CLIENT_SECRET

config.yml

Link you parameters with the config file; Bundle will use client id and secret for api calls., (*4)

twitch_api:
    client:
        id:     '%twitch_api_client_id%'
        secret: '%twitch_api_client_secret%'

routing.yml (optional)

This is optional. Will expose api calls, and documentations., (*5)

twitch_api_bundle:
    resource: '@TwitchApiBundle/Resources/config/routing.yml'

The Versions

25/06 2017

dev-master

9999999-dev https://github.com/reneszabo/twitch-api-bundle

Implements twitch api in a symfony bundle

  Sources   Download

GNU GENERAL PUBLIC LICENSE

The Requires

 

api php symfony twitch twitch api