virtualidentityag / hydra
Social Media Feed Persistence Synchronizer
Installs: 1 122
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 6
Forks: 4
Open Issues: 1
Requires
- php: >=5.3.3
- symfony/symfony: 2.3.*
- virtualidentityag/hydra-facebook: 0.3.*
- virtualidentityag/hydra-instagram: 0.3.*
- virtualidentityag/hydra-twitter: 0.3.*
- virtualidentityag/hydra-youtube: 0.3.*
This package is not auto-updated.
Last update: 2020-01-19 16:07:34 UTC
README
What is Hydra?
Hydra is a social media channel aggregator. Using other bundles it modulary built to combine multiple API-requests to different social media websites like facebook, twitter, instagram or youtube.
A nice bootstraped user interface is available for you to configure your different social media channels and api requests. Its also easy to decide which entries that have been synced from your feeds should appear in your aggregated feed.
Hydra can be used to develop all kind of social media feed renderers.
Requirements
- Hydra is only supported on PHP 5.3.3 and up.
- We love Symfony and built this bundle for usage with it (Version 2.3+ required).
- Hydra is built upon Social Harvester Bundles. At the moment 4 of them exist, they are installed automatically.
Installation & Documentation
Unfortunately docs are missing at the moment. Normally the steps required to install this bundle are:
- Download Hydra using composer (virtualidentityag/hydra 0.1.0)
- Enable the Bundle in AppKernel.php
- Configure your application's security.yml
- Import the configuration in your config.yml (import hydra.yml)
- Import the DefaultController into your routing.yml using annotations
- Update your database schema using doctrine:schema:update --force
- Create a cronjob for syncing your database using the hydra:sync CLI command
Contributing
Hydra is an open source project supported by Virtual Identity AG. If you'd like to contribute, please contact the virtual identity development team saga - dev.saga@virtual-identity.com