Download the PHP package wacon/faq-seo without Composer

On this page you can find all versions of the php package wacon/faq-seo. 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 faq-seo

TYPO3 Extension: faqseo

This extension adds a new content element type "FAQ" to TYPO3, allowing you to create and manage frequently asked questions with enhanced SEO features. It provides a user-friendly interface for content editors to input questions and answers, and it automatically generates structured data (JSON-LD) for improved search engine visibility.

2 Usage

2.1 Installation

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module.

2.2 Installation with composer

composer req wacon/faq-seo

2.3 Configure in site set

  1. Add site set FAQ SEO to your site sets in the site configuration
  2. Edit settings of FAQ SEO. If you have already Bootstrap 5 installed and active, then remove the prefilled settings in FAQ CSS and FAQ JavaScript
  3. Use you own CSS and overwrite the CSS variables defined for selector: .faq to adjust the appearance to your CD, if needed.

3. Add single FAQ as content elements

There is a new content element: FAQ Item. This is a regular content element. It's useful to place isolated and single Question/Answer elements to your site.

4. FAQ Database

This extension also comes with a database feature. That means there exists a new record type: FAQ Item which is stored in a custom database table. Those records can be create via the List/Records module of TYPO3.

We recommend to add those records in single folders. Each folder should represent a list of FAQs. If you need more than 1 list, then create more folders.

4.1 CSV Import

The FAQ Item records can also be created via csv import. Therefore is a custom backend module called Import FAQ Items below the Web/Content area. You can import FAQs with a CSV file there. All FAQ items will be stored in the selected page or folder inside the page tree.

The CSV must be comma , seperated and enclosed with double quotes ". The escape character is \.

3 Todos

4 Changelog

see CHANGES.md


All versions of faq-seo with dependencies

PHP Build Version
Package Version
Requires php Version >= 8.3 < 8.5
typo3/cms-backend Version ^13.4 || ^14.0
typo3/cms-core Version ^13.4 || ^14.0
shuchkin/simplexlsx Version ^1.0
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 wacon/faq-seo contains the following files

Loading the files please wait ...