evandotpro / edpdiscuss
A very simple and generic threaded discussion module for ZF2. Great for forums, comments, etc.
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 5
Forks: 8
Open Issues: 2
pkg:composer/evandotpro/edpdiscuss
Requires
- php: >=5.3
- zendframework/zendframework: 2.*
- zf-commons/zfc-base: dev-master
This package is not auto-updated.
Last update: 2025-10-07 10:58:23 UTC
README
Version 0.0.1
Requirements
- Zend Framework 2 (latest master)
- ZfcBase (latest master).
Installation
Main Setup
By cloning project
- Install the ZfcBase ZF2 module
by cloning it into
./vendor/
. - Clone this project into your
./vendor/
directory.
Post Installation
Import the SQL schema located in ./vendor/EdpDiscuss/data/schema.sql
.
Introduction
EdpDiscuss is a module for Zend Framework 2.