Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbayerl/symfony-on-swisscomdev
https://github.com/lbayerl/symfony-on-swisscomdev
cloud-foundry swisscom-application-cloud swisscom-developer swisscomdev symfony symfony3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lbayerl/symfony-on-swisscomdev
- Owner: lbayerl
- License: mit
- Created: 2017-02-02T11:40:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T11:45:29.000Z (almost 8 years ago)
- Last Synced: 2024-10-13T06:20:52.983Z (2 months ago)
- Topics: cloud-foundry, swisscom-application-cloud, swisscom-developer, swisscomdev, symfony, symfony3
- Language: PHP
- Size: 71.3 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README-Symfony.md
- License: LICENSE
Awesome Lists containing this project
README
Symfony Standard Edition
========================Welcome to the Symfony Standard Edition - a fully-functional Symfony
application that you can use as the skeleton for your new applications.For details on how to download and get started with Symfony, see the
[Installation][1] chapter of the Symfony Documentation.What's inside?
--------------The Symfony Standard Edition is configured with the following defaults:
* An AppBundle you can use to start coding;
* 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**][6] - Adds several enhancements, including
template and routing annotation capability* [**DoctrineBundle**][7] - Adds support for the Doctrine ORM
* [**TwigBundle**][8] - Adds support for the Twig templating engine
* [**SecurityBundle**][9] - Adds security by integrating Symfony's security
component* [**SwiftmailerBundle**][10] - Adds support for Swiftmailer, a library for
sending emails* [**MonologBundle**][11] - 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**][13] (in dev/test env) - Adds code generation
capabilities* **DebugBundle** (in dev/test env) - Adds Debug and VarDumper component
integrationAll libraries and bundles included in the Symfony Standard Edition are
released under the MIT or BSD license.Enjoy!
[1]: https://symfony.com/doc/3.2/setup.html
[6]: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
[7]: https://symfony.com/doc/3.2/doctrine.html
[8]: https://symfony.com/doc/3.2/templating.html
[9]: https://symfony.com/doc/3.2/security.html
[10]: https://symfony.com/doc/3.2/email.html
[11]: https://symfony.com/doc/3.2/logging.html
[12]: https://symfony.com/doc/3.2/assetic/asset_management.html
[13]: https://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html