youshido / social-networks-bundle
Symfony Social Networks Bundle with GraphQL Support
Installs: 279
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/youshido/social-networks-bundle
Requires
- php: >=5.6
- youshido/graphql-bundle: ~1.2 || 2.0.x-dev
Requires (Dev)
- composer/composer: ~1.2
- phpunit/phpunit: ~4.7
- symfony/symfony: ~3
README
Provides access to the most common operations (including login) for Social Networks
Sample Configuration
social_networks: models: user: "AppBundle\\Document\\User" social_account: "AppBundle\\Document\\SocialAccount" web_host: "yourhost.dev" platform: "odm" # odm or orm networks: facebook: app_id: "APP_ID" app_secret: "APP_SECRET" twitter: api_key: "API_KEY" api_secret: "API_SECRET"