Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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)