apnet / symfony-standard-edition
The "Symfony Standard Edition" distribution
Installs: 552
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:project
pkg:composer/apnet/symfony-standard-edition
Requires
- php: >=5.5.9
- apnet/assetic-importer-bundle: ~1.3
- apnet/layout-bundle: ~3.0
- covex-nn/doctrine-migrations-bundle: ~0.9.3,<1.0
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-cache-bundle: ^1.2
- doctrine/doctrine-fixtures-bundle: ~2.2
- doctrine/orm: ^2.5
- egeloen/ckeditor-bundle: ~4.0
- friendsofsymfony/rest-bundle: ~1.7
- friendsofsymfony/user-bundle: ~1.3
- jms/security-extra-bundle: ~1.6
- jms/serializer-bundle: ~1.1
- sensio/distribution-bundle: ^5.0
- sensio/framework-extra-bundle: ^3.0.2
- sonata-project/admin-bundle: ~3.0
- sonata-project/doctrine-orm-admin-bundle: ~3.0
- sonata-project/intl-bundle: ~2.2
- symfony/assetic-bundle: ~2.3
- symfony/monolog-bundle: ^2.8
- symfony/swiftmailer-bundle: ^2.3
- symfony/symfony: 3.0.*
- vich/uploader-bundle: ~1.0
Requires (Dev)
- apnet/coding-standard: ~2.0
- apnet/functional-test-bundle: ~1.2
- covex-nn/phpqatools: ~2.0
- sensio/generator-bundle: ^3.0
- symfony/phpunit-bridge: ^3.0
This package is not auto-updated.
Last update: 2019-02-20 17:39:49 UTC
README
Welcome to the Symfony Apnet Edition - a fully-functional Symfony application that you can use as the skeleton for your new applications.
What's inside?
The Symfony Apnet Edition is configured with the following defaults:
- 
An AppBundle you can use to start coding; 
- 
An AdminBundle with user management; 
- 
Twig as the only configured template engine; 
- 
Doctrine ORM/DBAL; 
- 
Swiftmailer; 
- 
Annotations enabled for everything. 
It comes pre-configured with the following bundles:
- 
FrameworkBundle - The core Symfony framework bundle 
- 
SensioFrameworkExtraBundle - Adds several enhancements, including template and routing annotation capability 
- 
DoctrineBundle - Adds support for the Doctrine ORM 
- 
TwigBundle - Adds support for the Twig templating engine 
- 
AsseticBundle - The AsseticBundle provides integration of the Assetic library. 
- 
DoctrineFixturesBundle - Allows to load data fixtures programmatically into the Doctrine ORM or ODM. 
- 
DoctrineMigrationsBundle - Fork 
- 
AsseticImporterBundle - Integrates resource projects into Symfony2 
- 
ApnetLayoutBundle - Base layout template bundled with Bootstrap, jQuery and html5shiv. 
- 
FOSUserBundle - Adds support for a database-backed user system. 
- 
FOSRestBundle - Provides various tools to rapidly develop RESTful API's. 
- 
SonataAdminBundle and SonataDoctrineORMAdminBundle - Admin Generator. 
- 
IvoryCKEditorBundle - Provides a CKEditor integration. 
- 
VichUploaderBundle - Attempts to ease file uploads that are attached to ORM entities, MongoDB ODM documents, PHPCR ODM documents or Propel models. 
- 
SecurityBundle - Adds security by integrating Symfony's security component 
- 
SwiftmailerBundle - Adds support for Swiftmailer, a library for sending emails 
- 
MonologBundle - Adds support for Monolog, a logging library 
- 
WebProfilerBundle (in dev/test env) - Adds profiling functionality and the web debug toolbar 
- 
SensioDistributionBundle (in dev/test env) - Adds functionality for configuring and working with Symfony distributions 
- 
SensioGeneratorBundle (in dev/test env) - Adds code generation capabilities 
- 
DebugBundle (in dev/test env) - Adds Debug and VarDumper component integration 
- 
PHPQaTools (in dev/test env) 
- 
ApnetFunctionalTestBundle (in dev/test env) 
All libraries and bundles included in the Symfony Apnet Edition are released under the MIT or BSD license.
Enjoy!