https://github.com/sven-ve/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).
https://github.com/sven-ve/svc-like-bundle
Last synced: 20 days ago
JSON representation
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).
- Host: GitHub
- URL: https://github.com/sven-ve/svc-like-bundle
- Owner: Sven-Ve
- License: mit
- Created: 2021-05-28T14:47:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T20:13:22.000Z (about 1 year ago)
- Last Synced: 2025-03-12T23:35:33.882Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Svc\LikeBundle
[](https://github.com/Sven-Ve/svc-like-bundle/actions/workflows/php.yml)
[](https://packagist.org/packages/svc/like-bundle)
[](https://packagist.org/packages/svc/like-bundle)
[](https://packagist.org/packages/svc/like-bundle)
[](https://packagist.org/packages/svc/like-bundle):warning: **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](https://github.com/Sven-Ve/svc-video-bundle). 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).
* [installation](docs/installation.md)
* [Usage](docs/usage.md)