harkalygergo / symfony-platform
Platform is a multisite and multilingual compatibility Management System based on Symfony PHP Framework. It's ideal for managing and growing any organization. Free and open-source and always will be.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.3
- ext-ctype: *
- ext-iconv: *
- doctrine/dbal: ^3
- doctrine/doctrine-bundle: ^2.13
- doctrine/doctrine-migrations-bundle: ^3.3
- doctrine/orm: ^3.3
- symfony/console: 7.1.*
- symfony/dotenv: 7.1.*
- symfony/flex: ^2
- symfony/form: 7.1.*
- symfony/framework-bundle: 7.1.*
- symfony/runtime: 7.1.*
- symfony/security-bundle: 7.1.*
- symfony/translation: 7.1.*
- symfony/twig-bundle: 7.1.*
- symfony/validator: 7.1.*
- symfony/yaml: 7.1.*
Requires (Dev)
- phpunit/phpunit: ^11.2
- symfony/debug-bundle: ^7.1
- symfony/maker-bundle: ^1.61
- symfony/stopwatch: 7.1.*
- symfony/web-profiler-bundle: 7.1.*
Conflicts
This package is auto-updated.
Last update: 2025-07-05 16:59:35 UTC
README
Version: 2024.11.11.1
Symfony Platform is a multisite and multilingual compatibility Management System based on Symfony PHP Framework. It's ideal for managing and growing any organization. Free and open-source and always will be.
How to install?
- Clone source code from GitHub
- Copy .env.dist to .env and modify.
- Run composer install command
- Create database with php bin/console doctrine:database:create command
- Migrate database with php bin/console doctrine:migrations:migrate command
- Update Composer dependencies with composer update command
How to update?
One line command to update:
git status; git pull; php bin/console doctrine:migrations:migrate; composer update; composer dump-autoload -o; php bin/console cache:clear;
Documentation
Developer Book
Based on:
- latest Symfony PHP Framework (https://symfony.com)
- latest Twig template engine (https://twig.symfony.com/)
- latest Bootstrap (https://getbootstrap.com)
- latest chart.js (https://www.chartjs.org/)
Copyright
Symfony Platform made with 💚 in Hungary by Gergő Harkály (https://www.harkalygergo.hu).