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.
What's new? A list of user visible changes are available on our detailed changelog.
Documentation If you need help with the installation or have any questions, please have a look at our documentation page.
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.
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
Will be provided if needed.
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 4.0.0
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install
$ curl -o- -L https://yarnpkg.com/install.sh | bash
$ pnpm install
$ pnpm 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-RC.5
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install
$ curl -fsSL https://get.pnpm.io/install.sh | sh -
$ pnpm install
$ pnpm build