darkanakin41 / stream-bundle
Pierre LEJEUNE StreamBundle
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1
- darkanakin41/core-bundle: dev-master
- doctrine/common: ^2.11
- doctrine/doctrine-bundle: ^1.3
- doctrine/orm: ^2.6
- doctrine/persistence: ^1.3
- google/apiclient: ^2.0
- nicklaw5/twitch-api-php: ^2.1
- symfony/asset: *
- symfony/doctrine-bridge: ^4.3
- symfony/framework-bundle: *
- symfony/orm-pack: *
- symfony/twig-bundle: *
- symfony/validator: *
- symfony/yaml: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.14
- friendsoftwig/twigcs: ^3.2
- phpunit/phpunit: ^8.4
- sensiolabs/security-checker: ^6.0
- symfony/console: *
- symfony/test-pack: *
This package is auto-updated.
Last update: 2024-10-28 15:30:25 UTC
README
This is a bundle for Symfony 4 designed to store and provide a simple way to store streams from differents platforms, monitor them and automaticaly retrieve new ones.
Currently, we support automation for :
Dependencies
Installation
composer require darkanakin41/stream-bundle
Available commands
#Retrieve new streams based on enabled categories in the database bin\console darkanakin41:stream:retrieve #Refresh streams stored in the database bin\console darkanakin41:stream:refresh
Features
- Automatic removal of dead streams
- [YOUTUBE] Handle IsLive events coming from darkanakin41/video-bundle
TODO
- Add more streams platform in the process
- Handle errors from providers (mainly quota)
- Add more unit tests (too light right now)