Download the PHP package elyday/comment-server without Composer
On this page you can find all versions of the php package elyday/comment-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package comment-server
PHP Comment Server
This comment server was written using the PHP Microframework Lumen and is used to store, moderate and read comments.
Configuration
- To use the Comment Server you must first copy the file
.env.example
and rename it to.env
. - Then you have to specify a key for the app under
APP_KEY
(best with the head over the keyboard). - Now you have to enter your database configuration in the
DB_
section. This includes address, user name and password. - With
CAPTCHA_SECRET
you now have to define a captcha. This must be answered or sent as soon as someone wants to write a comment. - wip...
All versions of comment-server with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.3
laravel/lumen-framework Version 5.6.*
vlucas/phpdotenv Version ~2.2
barryvdh/laravel-ide-helper Version v2.4.3
doctrine/dbal Version 2.3.5
auth0/auth0-php Version 5.1.1
barryvdh/laravel-cors Version ^0.11.0
laravel/lumen-framework Version 5.6.*
vlucas/phpdotenv Version ~2.2
barryvdh/laravel-ide-helper Version v2.4.3
doctrine/dbal Version 2.3.5
auth0/auth0-php Version 5.1.1
barryvdh/laravel-cors Version ^0.11.0
The package elyday/comment-server contains the following files
Loading the files please wait ....