symfony-bundle twitter-bundle
A twitter sdk bundle
stocarul/twitter-bundle
A twitter sdk bundle
- Thursday, August 28, 2014
- by stocarul
- Repository
- 1 Watchers
- 0 Stars
- 268 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 4 Open issues
- 1 Versions
- 0 % Grown
, (*1)
Installation
{
"require": {
"stocarul/twitter-bundle": "dev-master"
}
}
B) Enable the bundle
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new JMS\SerializerBundle\JMSSerializerBundle(),
new Stocarul\TwitterBundle\StocarulTwitterBundle(),
);
}
// app/config/config.yml
stocarul_twitter:
oauth:
# Application key (mandatory)
consumer_key: your_twitter_consumer_key
consumer_secret: your_twitter_consumer_secret
Contributing
A) Fork and clone the repository
B) Instal dependencies
composer install
C) Tests configuration
Create a test app on Twitter Developers, then create Tests/Fixtures/App/config/parameters.yml
from Tests/Fixtures/App/config/parameters.yml.dist
and edit it to add your credentials. To check if everything works just execute the phpunit command in the root directory., (*2)
dev-master
9999999-dev
A twitter sdk bundle
Sources
Download
MIT
The Requires
The Development Requires
by
Cosmin-Mihai Tutunaru
twitter sdk