承接 gnugat/symfony-empty-edition 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

gnugat/symfony-empty-edition

最新稳定版本:v7.1.0

Composer 安装命令:

composer create-project gnugat/symfony-empty-edition

包简介

The "Symfony Empty Edition" distribution

README 文档

README

A skeleton allowing you to create an empty Symfony application: it is provided without any libraries or bundles (except for Symfony's FrameworkBundle).

You can then start building on it, and install the dependencies you need.

Note: The Symfony Standard Edition provides a big set of libraries and bundles (database, email, templating, etc). If you don't feel comfortable with picking your own yet, you should probably use it.

Installation

Use Composer to create a new application:

composer create-project gnugat/symfony-empty-edition my-project

Differences with the Standard Edition

  • Only 2 bundles: src/AppBundle and symfony/framework-bundle, add the ones you really need
  • Only 1 front controller (web/app.php), change the environment using the SYMFONY_ENV environment variable
  • No annotations (can be brought back by installing sensio/framework-extra-bundle)

Use cases

There are many real world use cases for this distribution. Here's a small selection:

  • tailored made applications: for applications that require "non standard" dependencies (e.g. Propel or Pomm for the database, etc)
  • micro applications: for applications that don't need database, templating or mailing systems (Symfony can be a Micro Framework)
  • legacy migrations: for applications that need to depend on legacy database, templating, etc while migrating to symfony
  • teaching material: better explained here

统计信息

  • 总下载量: 286
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 82
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 82
  • Watchers: 6
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-19