Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dereuromark/cakephp-comments
Comments Plugin for CakePHP
https://github.com/dereuromark/cakephp-comments
Last synced: 12 days ago
JSON representation
Comments Plugin for CakePHP
- Host: GitHub
- URL: https://github.com/dereuromark/cakephp-comments
- Owner: dereuromark
- License: mit
- Created: 2024-03-12T22:38:16.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T22:09:44.000Z (about 2 months ago)
- Last Synced: 2024-10-11T06:32:39.218Z (29 days ago)
- Language: PHP
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cakephp - Comments plugin - Allows users to comment records, supporting different formats. (Social)
README
# CakePHP Comments Plugin
[![CI](https://github.com/dereuromark/cakephp-comments/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/dereuromark/cakephp-comments/actions?query=workflow%3ACI+branch%3Amaster)
[![Coverage Status](https://img.shields.io/codecov/c/github/dereuromark/cakephp-comments/master.svg)](https://app.codecov.io/github/dereuromark/cakephp-comments/tree/master)
[![PHPStan](https://img.shields.io/badge/PHPStan-level%208-brightgreen.svg?style=flat)](https://phpstan.org/)
[![Latest Stable Version](https://poser.pugx.org/dereuromark/cakephp-comments/v/stable.svg)](https://packagist.org/packages/dereuromark/cakephp-comments)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/)
[![License](https://poser.pugx.org/dereuromark/cakephp-comments/license.png)](https://packagist.org/packages/dereuromark/cakephp-comments)
[![Total Downloads](https://poser.pugx.org/dereuromark/cakephp-comments/d/total.svg)](https://packagist.org/packages/dereuromark/cakephp-comments)Comments plugin for CakePHP applications.
This branch is for use with **CakePHP 5.0+**. For details see [version map](https://github.com/dereuromark/cakephp-comments/wiki#cakephp-version-map).
## Features
The old Comments plugins don't seem to be supported anymore:
- https://github.com/CakeDC/comments (Cake 2)
- https://github.com/QoboLtd/cakephp-comments (Cake 3)This plugin aims to merge and revive them as modern CakePHP 5.x plugin.
Hopefully, we can have all the features back up and working soon.### Install, Setup, Usage
See the **[Docs](docs/README.md)** for details.