svc / like-bundle
Small helper bundle for SvcVideoBundle. Also useful for other applications. Stores the clicks on a like button (for logged in users) in a table as well as a cookie (for anonymous users).
Installs: 243
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.1.2
- doctrine/doctrine-bundle: ^2.10 | ^3
- doctrine/orm: ^2.18 | ^3
- symfony/security-bundle: ^6.2 || ^7
- symfony/validator: ^6.2 || ^7
Requires (Dev)
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.10
- phpstan/phpstan-doctrine: ^1.3
Suggests
- svc/video-bundle: Display likes in the video bundle
README
⚠️ Attention:
From version 4.0 the bundle works only with Symfony >=6.1, because the new Bundle Configuration System is used.
Please use version 3.x for older Symfony installations.
Small helper bundle for Svc\VideoBundle. Also useful for other applications.
Stores the clicks on a like button (for logged in users) in a table as well as a cookie (for anonymous users).