2017 © Pedro Peláez
 

symfony-bundle twitter-poster-bundle

Symfony Twitter Poster Bundle

image

appventus/twitter-poster-bundle

Symfony Twitter Poster Bundle

  • Wednesday, June 19, 2013
  • by lenybernard
  • Repository
  • 3 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

AvTwitterPosterBundle

Description:

This bundle allow you to post a twitt each time you want !, (*1)

Installation :

Add this line in your composer.json :, (*2)

"appventus/twitter-poster-bundle": "dev-master",

Configuration :

parameters:
    twitter_api.consumer_key: xxx
    twitter_api.consumer_secret: xxx
    twitter_api.oauth_token: xxx
    twitter_api.oauth_token_secret: xxx

Usage :

To tweet, just call the twitter manager and tweet. It's as easy !, (*3)

$this->get('twitter_manager')->tweet($message);

The Versions

19/06 2013

dev-master

9999999-dev https://github.com/AppVentus/AvTwitterPosterBundle

Symfony Twitter Poster Bundle

  Sources   Download

MIT

The Development Requires

twitter poster