Download the PHP package mcfedr/twitterpushbundle without Composer
On this page you can find all versions of the php package mcfedr/twitterpushbundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package twitterpushbundle
Twitter Push Bundle
A bundle for sending tweets as push notifications
Install
Composer
php composer.phar require mcfedr/twitterpushbundle
AppKernel
Include the bundle in your AppKernel You need to also load the AWSPushBundle
public function registerBundles()
{
$bundles = array(
...
new Mcfedr\AwsPushBundle\McfedrAWSPushBundle(),
new Mcfedr\TwitterPushBundle\McfedrTwitterPushBundle(),
Config
This is sample configuration, to add to your config.yml
mcfedr_twitter_push:
twitter:
consumer_key: 'my consumer key'
consumer_secret: 'my consumer secret'
token: 'my token'
token_secret: 'my token secret'
userid: "twitter id that you want to follow"
You can find userid at idfromuser.com. You can also use a comma separated list if you want to follow multiple users
You will also need to configure the AwsPushBundle, see the README for details
Daemon
Run the daemon ./app/console mcfedr:twitter:stream --env=prod --no-debug
There is a sample supervisord config in the supervisord folder.
All versions of twitterpushbundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
mcfedr/awspushbundle Version ^6.5.1
symfony/symfony Version ^3.1
guzzlehttp/guzzle Version ^6.2
guzzlehttp/oauth-subscriber Version ^0.3
mcfedr/awspushbundle Version ^6.5.1
symfony/symfony Version ^3.1
guzzlehttp/guzzle Version ^6.2
guzzlehttp/oauth-subscriber Version ^0.3
The package mcfedr/twitterpushbundle contains the following files
Loading the files please wait ...


