Downloads

Please check the requirements before you download the package. We provide phpMyFAQ as .zip and .tar.gz packages. You can verify the integrity of our packages by checking the MD5 hash of our downloads.

Stable version

What's new? A list of user visible changes are available on our detailed changelog.

phpMyFAQ is available for free with no additional costs as it's open source software released under the Mozilla Public License 2.0. This does not mean, that Thorsten and the rest of the team don't like getting appreciation for their work. If you find phpMyFAQ useful and want to express your appreciation, have a look at Thorsten's wishlist or Florian's wishlist.

Development version

What's new? A list of user visible changes are available on our detailed changelog.

phpMyFAQ is available for free with no additional costs as it's open source software released under the Mozilla Public License 2.0

Installation via Docker

Will be provided if needed.

Other installation services

  • AMMPS AMPPS is a free WAMP, MAMP and LAMP and it includes Softaculous Auto-Installer. Developers can install AMPPS on their Desktops and one click install phpMyFAQ.
  • Softaculous is an auto installer which users can find in their control panel on productions servers and can install phpMyFAQ on their productions servers via Softaculous.

Installation via Git

All source code is kept under Git revision control, which you can browse online. There's a download link available for any file or directory, if you only want to download a portion of the phpMyFAQ code.

If you have access to Git, you can connect to the repository here:

$ git clone git://github.com/thorsten/phpMyFAQ.git

You can also check out the stable version of phpMyFAQ from GitHub at:

$ git clone git://github.com/thorsten/phpMyFAQ.git
$ cd phpMyFAQ
$ git checkout 3.2.5
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install
$ curl -o- -L https://yarnpkg.com/install.sh | bash
$ yarn install
$ yarn build

You can also check out the development version of phpMyFAQ from GitHub at:

$ git clone git://github.com/thorsten/phpMyFAQ.git
$ cd phpMyFAQ
$ git checkout 4.0.0-alpha
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install
$ curl -o- -L https://yarnpkg.com/install.sh | bash
$ yarn install
$ yarn build

Old versions of phpMyFAQ

You can find older versions of phpMyFAQ here.