LoginSignup
15
14

More than 5 years have passed since last update.

SymfonyのEditionまとめ

Posted at

Symfony Editions

SymfonyのEditionのまとめ
簡単な紹介だけなので、それぞれの使い方はリンク先を参照してください

Editionって?

こういうやつ
* Symfony Standard Edition(★1,096)
* Knp Rad Edition(★32)
* Symfony REST Edition(★219)
* Symfony CMF Standard Edition(★24)
* Kunstmaan Bundles Standard Edition(★48)
* etc...

Symfony Standard Edition

Install

php composer.phar create-project symfony/framework-standard-edition <project-name> '~2.5'

Knp Rad Edition

Install

composer create-project -s dev --prefer-dist --dev knplabs/rad-edition <project-name>

Main Bundles

Symfony REST Edition

Install

composer create-project -s dev gimler/symfony-rest-edition <project-name>

Main Bundles

Symfony CMF Standard Edition

Install

composer create-project symfony-cmf/standard-edition <project-name> ~1.2

Main Bundles

Other Editions

Kunstmaan Bundles Standard Edition

Symfony CQRS Edition

The End

他にもGithub上に様々なEditionを見つけることができるかと思います。
用途に合わせてお使いください。

15
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
14