All Projects → symfony → Symfony Standard

symfony / Symfony Standard

Licence: mit
The "Symfony Standard Edition" distribution

Programming Languages

PHP
23972 projects - #3 most used programming language
Twig
543 projects

Projects that are alternatives of or similar to Symfony Standard

SemartSkeleton
Symfony Skeleton
Stars: ✭ 49 (-96.78%)
Mutual labels:  skeleton, symfony-skeleton
Skeleton
The Symfony skeleton
Stars: ✭ 523 (-65.61%)
Mutual labels:  symfony, skeleton
Docker Skeleton Php
A simple Docker PHP development environment
Stars: ✭ 40 (-97.37%)
Mutual labels:  symfony, skeleton
Slack Bundle
Symfony bundle integration of the nexylan/slack library.
Stars: ✭ 110 (-92.77%)
Mutual labels:  symfony
Dddplus Demo
♨️ Demonstrate how to use DDDplus to build a complex OMS.演示如何使用DDDplus实现一套订单履约中台OMS
Stars: ✭ 111 (-92.7%)
Mutual labels:  skeleton
Symfony Jsonapi
JSON API Transformer Bundle for Symfony 2 and Symfony 3
Stars: ✭ 114 (-92.5%)
Mutual labels:  symfony
Opengl cmake skeleton
❤️ A ready to use cmake skeleton using GLFW, Glew and glm. 👍
Stars: ✭ 118 (-92.24%)
Mutual labels:  skeleton
Var Exporter
The VarExporter component allows exporting any serializable PHP data structure to plain PHP code. While doing so, it preserves all the semantics associated with the serialization mechanism of PHP (__wakeup, __sleep, Serializable).
Stars: ✭ 1,616 (+6.25%)
Mutual labels:  symfony
Php Sf Flex Webpack Encore Vuejs
A simple app skeleton to try to make every components work together : symfony 4 (latest stable at the date, but work with sf 3.3+ if you just change the versions in composer.json), symfony/flex, webpack-encore, vuejs 2.5.x, boostrap 4 sass
Stars: ✭ 118 (-92.24%)
Mutual labels:  symfony
Error Handler
The ErrorHandler component provides tools to manage errors and ease debugging PHP code.
Stars: ✭ 1,852 (+21.76%)
Mutual labels:  symfony
Core Bundle
[READ-ONLY] Contao Core Bundle
Stars: ✭ 113 (-92.57%)
Mutual labels:  symfony
Symfony Async Kernel
[Deprecated] Symfony Async Kernel adpater
Stars: ✭ 111 (-92.7%)
Mutual labels:  symfony
Dtcqueuebundle
Symfony2/3/4/5 Queue Bundle (for background jobs) supporting Mongo (Doctrine ODM), Mysql (and any Doctrine ORM), RabbitMQ, Beanstalkd, Redis, and ... {write your own}
Stars: ✭ 115 (-92.44%)
Mutual labels:  symfony
Personal Management System
Your web application for managing personal data. <[email protected]>
Stars: ✭ 2,027 (+33.27%)
Mutual labels:  symfony
Cache Contracts
A set of cache abstractions extracted out of the Symfony components
Stars: ✭ 1,800 (+18.34%)
Mutual labels:  symfony
Skeleton
springboot+mybatis skeleton
Stars: ✭ 110 (-92.77%)
Mutual labels:  skeleton
Debug Pack
A Symfony Pack for Symfony debug
Stars: ✭ 1,522 (+0.07%)
Mutual labels:  symfony
Liform
PHP library to render Symfony Forms to JSON Schema
Stars: ✭ 113 (-92.57%)
Mutual labels:  symfony
Vue Content Placeholders
Composable components for rendering fake (progressive) content like facebook in vue
Stars: ✭ 1,547 (+1.71%)
Mutual labels:  skeleton
Nelmiocorsbundle
The NelmioCorsBundle allows you to send Cross-Origin Resource Sharing headers with ACL-style per-URL configuration.
Stars: ✭ 1,615 (+6.18%)
Mutual labels:  symfony

Symfony Standard Edition

WARNING: This distribution does not support Symfony 4. See the Installing & Setting up the Symfony Framework page to find a replacement that fits you best.

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 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 - Adds several enhancements, including template and routing annotation capability

  • DoctrineBundle - Adds support for the Doctrine ORM

  • TwigBundle - Adds support for the Twig templating engine

  • 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 env) - Adds code generation capabilities

  • WebServerBundle (in dev env) - Adds commands for running applications using the PHP built-in web server

  • DebugBundle (in dev/test env) - Adds Debug and VarDumper component integration

All libraries and bundles included in the Symfony Standard Edition are released under the MIT or BSD license.

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].