Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T20:13:22.000Z (10 months ago)
- Last Synced: 2024-12-09T20:54:19.241Z (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
[![CI](https://github.com/Sven-Ve/svc-like-bundle/actions/workflows/php.yml/badge.svg)](https://github.com/Sven-Ve/svc-like-bundle/actions/workflows/php.yml)
[![Latest Stable Version](https://poser.pugx.org/svc/like-bundle/v)](https://packagist.org/packages/svc/like-bundle)
[![License](https://poser.pugx.org/svc/like-bundle/license)](https://packagist.org/packages/svc/like-bundle)
[![Total Downloads](https://poser.pugx.org/svc/like-bundle/downloads)](https://packagist.org/packages/svc/like-bundle)
[![PHP Version Require](http://poser.pugx.org/svc/like-bundle/require/php)](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)