Download the PHP package andymartinj/comments without Composer
On this page you can find all versions of the php package andymartinj/comments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download andymartinj/comments
More information about andymartinj/comments
Files in andymartinj/comments
Package comments
Short Description Anax comments module.
License MIT
Homepage https://dbwebb.se/anax
Informations about the package comments
Anax comments
Anax module for system for comments
Installation
Install with composer
Copy view files
The edit_comment.php view is necessary for editing comments. The comments.php is just for showing how you can add the comment section to a page.
Router files
You need to include the router file in your router configuration config/route.php
. There is a sample you can use in vendor/andymartinj/comments/config/route.php
.
DI services
You need to add the services di configuration config/di.php
. There is a sample you can use in vendor/andymartinj/comments/config/di.php
.
Database
The system uses a database to store comments. You can see the database structure in vendor/andymartinj/comments/data/comments.sqlite
.
License
This software carries a MIT license.
All versions of comments with dependencies
anax/configure Version ^1.0
anax/di Version ^1.0
anax/page Version ^1.0
anax/response Version ^1.0
anax/request Version ^1.0
anax/router Version ^1.0
anax/session Version ^1.0
anax/textfilter Version ^1.0
anax/url Version ^1.0
anax/view Version ^1.0
anax/database Version ^1.1
anax/htmlform Version ^1.0