youshido / social-networks-bundle
Symfony Social Networks Bundle with GraphQL Support
v0.2.2
2017-05-18 20:24 UTC
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"