SymForum is a simple PHP forum built with the Symfony 6 framework. This project is under development, it is not currently intended for the production. The goal is to eventually make a bundle allowing any symfony developer to add a forum on his existing site.
- English and French language support for everyone
- Forums with sub-forums in categories
- Breadcrumbs, antispam, reports...
- Threads and forums locked/unlocked
- Messages with WYSIWYG, likes
- Statistics (online users record, totals...)
- Control panel for moderators and administrators
To get a quality code, SymForum uses:
- Linters: including PHPLint, TwigCs, ESLint and symfony linters (container, twig, xliff, yaml)
- PHP-CS-Fixer
- PHPStan (max level)
- SymfonyInsight
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Docker & Docker Compose
- Make: windows users go here
All steps are detailed in INSTALLATION.md
Create the SQLite database (located in /var folder) :
$ docker compose exec php bin/console doctrine:database:create --env=test
Use the following command to run tests :
$ make tests
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Gux : OptionService, breadcrumb twig filter, help for docker implementation
- Capuchon : prototypes testings and suggestions
This project is licensed under the MIT License - see the LICENSE file for details.