2017 © Pedro Peláez
 

library twitter-api-client-bundle

Integration with Symfony of the http client to easy access Twitter API services

image

marcossegovia/twitter-api-client-bundle

Integration with Symfony of the http client to easy access Twitter API services

  • Tuesday, July 5, 2016
  • by MarcosSegovia
  • Repository
  • 1 Watchers
  • 0 Stars
  • 157 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

twitter-api-client-bundle

A Symfony Bundle for php-twitter-api-client, (*1)

How to install?

    "require": {
        "marcossegovia/twitter-api-client-bundle": "1.*"
    }

How to use it?

First of all include the Bundle into your AppKernel.php, (*2)


class AppKernel extends Kernel { public function registerBundles() { $bundles = [ //... new MarcosSegovia\TwitterApiClientBundle\TwitterApiClientBundle()

And provide into your config.yml your Twitter API_KEY and API_SECRET like the following example:, (*3)

twitter_api_client:
    twitter:
        api_key: your_raw_api_key
        api_secret: your_raw_api_secret

The Versions

05/07 2016

dev-master

9999999-dev https://github.com/MarcosSegovia/php-twitter-api-client-bundle

Integration with Symfony of the http client to easy access Twitter API services

  Sources   Download

MIT

The Requires

 

The Development Requires

api bundle symfony guzzle twitter oauth 2.0 http client marcossegovia

29/05 2016

v1.0

1.0.0.0 https://github.com/MarcosSegovia/php-twitter-api-client-bundle

Integration with Symfony of the http client to easy access Twitter API services

  Sources   Download

MIT

The Requires

 

The Development Requires

api bundle symfony guzzle twitter oauth 2.0 http client marcossegovia