Download the PHP package forumify/forumify-platform without Composer
On this page you can find all versions of the php package forumify/forumify-platform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package forumify-platform
Forumify Platform
A modern open-source forum experience
Forumify platform is a community platform that brings forums back to the modern era. Built on top of Symfony, and using a simple barebones front-end, it's easy to get into for both community owners and developers alike.
Project Overview
Forumify consists of several different open-source repositories, forumify-platform being the main one.
- Forumify Platform: The platform itself.
- Forumify Docs: Official documentation.
- Forumify Production Template: A template to easily launch forumify.
- Forumify Docker Image: A docker image that wraps the production template.
- Flex Recipes: Overrides standard Symfony bundle configurations.
Customizing the platform
Learn how to customize your own forumify here.
If you want created something you think others may benefit from, and you would like to share your customizations, you can move your customization to a plugin and publish it on packagist and promote it on the forumify marketplace.
Contributing
When you believe you've found a bug or think the platform could be expanded with a new feature. You can start by creating an issue here on GitHub.
The easiest way to contribute to forumify is by using the production template and installing the platform with composer using a symlink.
Add the following to the template's composer.json
:
Now when you run composer install
, the platform will be symlinked and any changes you do will immediatly be available in your project.
Code quality
The following checks are performed when you create a pull request:
- Tests: PHPUnit
- CodeStyle: checked by PHPCS, using the PSR-12 codestyle
- Static analysis: checked by PHPStan
You can avoid failing builds by running these tools locally:
- PHPCS:
./vendor/bin/phpcs
- PHPStan:
./vendor/bin/phpstan analyze
All versions of forumify-platform with dependencies
ext-ctype Version *
ext-dom Version *
ext-iconv Version *
doctrine/doctrine-bundle Version ^2.10
doctrine/doctrine-migrations-bundle Version ^3.2
doctrine/orm Version ^2.15
firebase/php-jwt Version ^6.8
forumify/forumify-theme Version ^0.4
guzzlehttp/guzzle Version ^7.0
league/flysystem-bundle Version ^3.1
phpdocumentor/reflection-docblock Version ^5.3
phpstan/phpdoc-parser Version ^1.22
stof/doctrine-extensions-bundle Version ^v1.10
symfony/amazon-mailer Version 6.4.*
symfony/asset Version 6.4.*
symfony/console Version 6.4.*
symfony/doctrine-messenger Version 6.4.*
symfony/dotenv Version 6.4.*
symfony/expression-language Version 6.4.*
symfony/flex Version ^2
symfony/form Version 6.4.*
symfony/framework-bundle Version 6.4.*
symfony/http-client Version 6.4.*
symfony/intl Version 6.4.*
symfony/mailer Version 6.4.*
symfony/mime Version 6.4.*
symfony/monolog-bundle Version ^3.0
symfony/process Version 6.4.*
symfony/rate-limiter Version 6.4.*
symfony/runtime Version 6.4.*
symfony/security-bundle Version 6.4.*
symfony/serializer Version 6.4.*
symfony/stimulus-bundle Version ^2.9
symfony/string Version 6.4.*
symfony/translation Version 6.4.*
symfony/twig-bundle Version 6.4.*
symfony/ux-autocomplete Version ^2.10
symfony/ux-live-component Version ^2.16
symfony/ux-twig-component Version ^2.16
symfony/validator Version 6.4.*
symfony/web-link Version 6.4.*
symfony/webpack-encore-bundle Version ^2.0
symfony/yaml Version 6.4.*
twig/cssinliner-extra Version ^3.7
twig/extra-bundle Version ^3.7
twig/string-extra Version ^3.7
twig/twig Version ^3.11.2
symfony/scheduler Version 6.4.*
dragonmantank/cron-expression Version ^3.3
twig/cache-extra Version ^3.10