odiseoteam / odiseo-standard-edition
Odiseo Standard Symfony Edition distribution
Package info
github.com/odiseoteam/odiseo-standard-edition
Type:project
pkg:composer/odiseoteam/odiseo-standard-edition
Requires
- php: ^7.2
- ext-ctype: *
- ext-iconv: *
- beberlei/doctrineextensions: ^1.2
- deployer/deployer: ^6.4
- deployer/recipes: ^6.2
- friends-of-behat/symfony-extension: ^2.0
- fzaninotto/faker: ^1.8
- genesis/behat-fail-aid: ^2.1
- knplabs/knp-gaufrette-bundle: ~0.5
- knplabs/knp-menu-bundle: ^2.2
- knpuniversity/oauth2-client-bundle: ^1.28
- league/oauth2-facebook: ^2.0
- liip/imagine-bundle: ^2.1
- lunetics/locale-bundle: ^2.6
- odiseoteam/odiseo-admin-bundle: ^2.1
- odiseoteam/odiseo-user-bundle: ^2.0
- odiseoteam/odiseo-util-bundle: ^1.0
- sylius/grid-bundle: ^1.5
- sylius/resource-bundle: ^1.5
- symfony/apache-pack: ^1.0
- symfony/asset: ^4.3
- symfony/console: ^4.3
- symfony/dotenv: ^4.3
- symfony/expression-language: ^4.3
- symfony/flex: ^1.4
- symfony/form: ^4.3
- symfony/framework-bundle: ^4.3
- symfony/monolog-bundle: ^3.4
- symfony/orm-pack: ^1.0
- symfony/security-bundle: ^4.3
- symfony/serializer: ^4.3
- symfony/swiftmailer-bundle: ^3.2
- symfony/twig-bundle: ^4.3
- symfony/validator: ^4.3
- symfony/webpack-encore-bundle: ^1.6
- symfony/yaml: ^4.3
- twig/extensions: ^1.5
- vich/uploader-bundle: ^1.8
Requires (Dev)
- behat/behat: ^3.5
- behat/mink: ^1.7
- behat/mink-browserkit-driver: ^1.3
- behat/mink-extension: ^2.3
- behat/mink-selenium2-driver: ^1.3
- behat/symfony2-extension: ^2.1
- doctrine/doctrine-fixtures-bundle: ^3.2
- friends-of-behat/variadic-extension: ^1.2
- lakion/mink-debug-extension: ^1.2
- phpspec/phpspec: ^5.1
- phpstan/phpstan-doctrine: ^0.11
- phpstan/phpstan-shim: ^0.11
- phpstan/phpstan-symfony: ^0.11
- phpstan/phpstan-webmozart-assert: ^0.11
- phpunit/phpunit: ^8.3
- sylius-labs/coding-standard: ^3.0
- symfony/maker-bundle: ^1.12
- symfony/profiler-pack: ^1.0
Conflicts
This package is auto-updated.
Last update: 2026-06-07 17:12:42 UTC
README
Welcome to the Symfony Standard Edition - a fully-functional Symfony4 application that you can use as the skeleton for your new applications.
Installation
Create your project running the following command:
$ composer create-project odiseoteam/odiseo-standard-edition [path_to_project]
Edit the .env file and run the commands:
$ cd [path_to_project]
$ php bin/console doctrine:database:create
$ php bin/console doctrine:schema:update --force
$ php bin/console doctrine:fixtures:load
$ php bin/console cache:clear
$ npm install
$ npm run dev
HAVE FUN!!!
Tests
This Symfony4 skeleton project comes with a ready to use testing tools like phpstan and behat.
Phpstan
$ vendor/bin/phpstan.phar analyse -c phpstan.neon -l max src/
Behat
Rename behat.yml.dist to behat.yml and change the content according to your project. Next add your Scenarios on features folder and run:
$ vendor/bin/behat
Docker
Having docker and docker compose installed you can run the project with the following command:
$ docker-compose up
Authors
This project is maintained by Odiseo. Want us to help you with this or any Symfony project? Contact us on team@odiseo.com.ar.