Download the PHP package zeroseven/z7-blog-comments without Composer

On this page you can find all versions of the php package zeroseven/z7-blog-comments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package z7-blog-comments

Comment function for the z7_blog

With this extension you can extend your blog with a comment function. For all comments to be easily managed by you, this extension supports you with notifications via email, a dashboard widget and further settings directly in your blog posts.

:lollipop: Feature overview

:capital_abcd: Language concept

Comments are important user signals that shouldn't be missed on translated pages with less traffic. Therefore, comments are displayed across all page translations.

For this to not be a problem with your SEO or screenreader compatibility, comments will be automatically tagged with their corresponding language.

:memo: Based on the TYPO3 form extension

The comment form is based on the TYPO3 form extension. This enables you to add additional fields, finishers or validators as you wish. To add to this, there's also a comprehensive documentation for it available.

Is the form extension already in your project, an already styled comment form might be nice side effect.

:wrench: Installation

Get this extension via composer req zeroseven/z7-blog-comments.

:gear: Setup

Integrate comments

You can achieve this via typoscript or via a ViewHelper. For more information on this, please check the README of our z7_blog extension.

Here is an example for an integration in fluid:

Extend comments

All you have to do for this, is to extend the domain model of Comment and use this new property as the identifier for the corresponding form field. When sending a form, all entered data will be assigned to the corresponding properties in the domain model and saved to the database.

Configure form:

There's not much to do here. It's advised to override the form and finisher to fit your needs in the project. To use another form, you can alter this TypoScript constant plugin.tx_z7blog.settings.comments.form or override the existing formDefinition in your TypoScript setup like shown the following example:


All versions of z7-blog-comments with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^9.5 || ^10.4
typo3/cms-form Version ^9.5 || ^10.4
zeroseven/z7-blog Version ^1.0 || ^1.1
patrickschur/language-detection Version ^4.0
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package zeroseven/z7-blog-comments contains the following files

Loading the files please wait ....