harleybalo / social-bundle
Social Bundle
Package info
github.com/harleybalo/social-feeds
Type:symfony-bundle
pkg:composer/harleybalo/social-bundle
dev-master
2019-12-04 14:02 UTC
Requires
- symfony/console: 5.0.*
- symfony/dotenv: 5.0.*
- symfony/flex: ^1.3.1
- symfony/framework-bundle: 5.0.*
- symfony/yaml: 5.0.*
Requires (Dev)
- mockery/mockery: ^1.3
- symfony/phpunit-bridge: ^5.0
- symfony/var-dumper: 5.0.*
Conflicts
This package is auto-updated.
Last update: 2026-03-29 00:49:18 UTC
README
About
The HarleybaloSocialBundle get Social Media Feeds.
Features
- Handles Twitter feeds API
Installation
composerr require the harleybalo/social-bundle
package in your composer.json and update your dependencies.
$ composer require harleybalo/social-bundle
Add the HarleybaloSocialBundle to your application's kernel:
public function registerBundles() { $bundles = [ // ... new Harleybalo\SocialBundle\HarleybaloSocialBundle(), // ... ]; // ... }
Configuration
harleybalo_social: twitter: api_key: XXXXXXXX api_secret: XXXXXXXX access_key: XXXXXX access_secret: XXXXXX provider_key: twitter api_url: https://api.twitter.com/1.1/search/tweets.json?q=from%3Atwitterdev&result_type=mixed max_limit: 5 provider: Harleybalo\SocialBundle\Feeds\Provider\TwitterFeedsProvider version: 1.0.4
api_url is the url where to fetch the tweets
License
Released under the MIT License, see LICENSE.