Download the PHP package prestashop/module-lib-faq without Composer
On this page you can find all versions of the php package prestashop/module-lib-faq. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download prestashop/module-lib-faq
More information about prestashop/module-lib-faq
Files in prestashop/module-lib-faq
Download prestashop/module-lib-faq
More information about prestashop/module-lib-faq
Files in prestashop/module-lib-faq
Vendor prestashop
Package module-lib-faq
Short Description Library allowing modules to load FAQ from PrestaShop servers
License AFL-3.0
Package module-lib-faq
Short Description Library allowing modules to load FAQ from PrestaShop servers
License AFL-3.0
Please rate this library. Is it a good library?
Informations about the package module-lib-faq
PrestaShop module library for FAQ
This library retrieves the FAQ (Frequently Asked Questions) content from PrestaShop APIs.
It is most likely to be used in PrestaShop modules, but can be integrated in any PHP project.
This library is compatible with PHP 5.6 and above.
Installation
Usage
-
Common case
The simplest way to use this library is:
- With additional code to run in case of error
The content returned is an array of categories, each of them having an array of questions/answers.
Example of json that will be json_decode
d by the library:
All versions of module-lib-faq with dependencies
PHP Build Version
Package Version
The package prestashop/module-lib-faq contains the following files
Loading the files please wait ....