Download the PHP package sumocoders/framework without Composer
On this page you can find all versions of the php package sumocoders/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sumocoders/framework
More information about sumocoders/framework
Files in sumocoders/framework
Download sumocoders/framework
More information about sumocoders/framework
Files in sumocoders/framework
Vendor sumocoders
Package framework
Short Description The Sumocoders framework based on Symfony
License MIT
Package framework
Short Description The Sumocoders framework based on Symfony
License MIT
Please rate this library. Is it a good library?
Informations about the package framework
Sumocoders Framework
Installation
This is the SumoCoders Symfony Framework. You can install it using
composer create-project -s dev sumocoders/framework .
Configuration
Initial database
Before you can do anything your database should be initialized.
app/console doctrine:migrations:migrate
Initial user
Add a user with
app/console sumocoders:multiuser:create <username> <password> <displayName> <email>
You can now go to
Configure migrations
When you start you should initialize the migrations:
app/console doctrine:migrations:status
Bootstrap integration
We use ...
See https://github.com/phiamo/MopaBootstrapBundle for more information.
Other
Frontend
- Frontend Development
- Using Gulp
- Configuring Webstorm/PHPStorm to use Standard JS code styling
Development
- Creating new bundles
- Fixtures
- Database Changes/Migrations
- Adding items into the menu/navigation
- Adding a language switch
- Using Datepickers
- Using the breadcrumb
- Using pagination
Putting your project online
- Deployment
Issues
- Known issues
All versions of framework with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
symfony/symfony Version ^3.4
symfony/framework-bundle Version ^3.3
doctrine/orm Version ^2.5
doctrine/doctrine-bundle Version ^1.6
doctrine/migrations Version ^1.4
doctrine/doctrine-migrations-bundle Version ^1.1
twig/extensions Version ^1.5
symfony/swiftmailer-bundle Version ^2.3
symfony/monolog-bundle Version ^3.0
sensio/distribution-bundle Version ^5.0
sensio/framework-extra-bundle Version ^3.0
incenteev/composer-parameter-handler Version ^2.1
mopa/bootstrap-bundle Version ^3.0
jms/i18n-routing-bundle Version ^2.0
jms/translation-bundle Version ^1.1
knplabs/knp-menu-bundle Version ^2.1
tijsverkoyen/css-to-inline-styles Version ^2.0
jms/di-extra-bundle Version ^1.7
sumocoders/framework-search-bundle Version ^5.0.0
sumocoders/framework-example-bundle Version ^8.0.0
sumocoders/framework-multi-user-bundle Version ^10.0.0
simple-bus/symfony-bridge Version ^4.1
simple-bus/doctrine-orm-bridge Version ^4.0
gedmo/doctrine-extensions Version ^2.4
friendsofsymfony/jsrouting-bundle Version ^1.6
sentry/sentry-symfony Version ^0.8.2
white-october/pagerfanta-bundle Version ^1.0
symfony/symfony Version ^3.4
symfony/framework-bundle Version ^3.3
doctrine/orm Version ^2.5
doctrine/doctrine-bundle Version ^1.6
doctrine/migrations Version ^1.4
doctrine/doctrine-migrations-bundle Version ^1.1
twig/extensions Version ^1.5
symfony/swiftmailer-bundle Version ^2.3
symfony/monolog-bundle Version ^3.0
sensio/distribution-bundle Version ^5.0
sensio/framework-extra-bundle Version ^3.0
incenteev/composer-parameter-handler Version ^2.1
mopa/bootstrap-bundle Version ^3.0
jms/i18n-routing-bundle Version ^2.0
jms/translation-bundle Version ^1.1
knplabs/knp-menu-bundle Version ^2.1
tijsverkoyen/css-to-inline-styles Version ^2.0
jms/di-extra-bundle Version ^1.7
sumocoders/framework-search-bundle Version ^5.0.0
sumocoders/framework-example-bundle Version ^8.0.0
sumocoders/framework-multi-user-bundle Version ^10.0.0
simple-bus/symfony-bridge Version ^4.1
simple-bus/doctrine-orm-bridge Version ^4.0
gedmo/doctrine-extensions Version ^2.4
friendsofsymfony/jsrouting-bundle Version ^1.6
sentry/sentry-symfony Version ^0.8.2
white-october/pagerfanta-bundle Version ^1.0
The package sumocoders/framework contains the following files
Loading the files please wait ....