SlideShare a Scribd company logo
1 of 6
Download to read offline
Symfony2
EasyWebServerBundle and
 Symfony1ProjectBundle
      Kousuke Ebihara (3J)
      <ebihara@php.net>
•         (Kousuke Ebihara)

• @co3k
•
•   Try to write two Symfony2 bundles:
            Symfony2                            :

    •   EasyWebServerBundle
    •   Symfony1ProjectBundle
•   Created with many try & errors, so they are dirty
    now

                                          ……
EasyWebServerBundle
•   http://github.com/ebihara/EasyWebServerBundle

    •   Apache License 2.0

    •   Uses Socket extension and Process Control

•   Provides a primitive Web server for running Symfony2 project
    Symfony2                                                 Web



•   (Of cource,) This server is written in Symfony2
              Symfony 2

•   Only supports GET (no query string) now ...
                                  GET                              ……
Symfony1ProjectBundle
•   http://github.com/ebihara/Symfony1ProjectBundle

    •   Apache License 2.0

•   It allows running actions in symfony 1 project on Symfony2
    (Too aggressive)
    symfony 1                                   Symfony2    (
             )

•   I want to get a hint for finding a way to migrate from
    symfony 1 project to Symfony2
    symfony 1                          Symfony2
Symfony1ProjectBundle
• Need to synchronize URL matching rule
  with symfony 1 and Symfony2 by using
  symfony1:sync-routing (generate Symfony2
  formatted routing.yml from symfony 1)
• Need to define the following to actions

More Related Content

More from Kousuke Ebihara

お前は PHP の歴史的な理由の数を覚えているのか
お前は PHP の歴史的な理由の数を覚えているのかお前は PHP の歴史的な理由の数を覚えているのか
お前は PHP の歴史的な理由の数を覚えているのかKousuke Ebihara
 
XML と PHP のイケナイ関係 (セキュリティ的な意味で) -Introduction of XXE attack and XML Bomb with...
XML と PHP のイケナイ関係 (セキュリティ的な意味で) -Introduction of XXE attack and XML Bomb with...XML と PHP のイケナイ関係 (セキュリティ的な意味で) -Introduction of XXE attack and XML Bomb with...
XML と PHP のイケナイ関係 (セキュリティ的な意味で) -Introduction of XXE attack and XML Bomb with...Kousuke Ebihara
 
Using Symfony Templating On Symfony 1
Using Symfony Templating On Symfony 1Using Symfony Templating On Symfony 1
Using Symfony Templating On Symfony 1Kousuke Ebihara
 
OAuthで気持ちのいい アクセス制御を
OAuthで気持ちのいいアクセス制御をOAuthで気持ちのいいアクセス制御を
OAuthで気持ちのいい アクセス制御をKousuke Ebihara
 
Php5.3ってなんなんだー
Php5.3ってなんなんだーPhp5.3ってなんなんだー
Php5.3ってなんなんだーKousuke Ebihara
 
ルーティングを使って シンプルなアプリケーション開発を
ルーティングを使ってシンプルなアプリケーション開発をルーティングを使ってシンプルなアプリケーション開発を
ルーティングを使って シンプルなアプリケーション開発をKousuke Ebihara
 

More from Kousuke Ebihara (7)

お前は PHP の歴史的な理由の数を覚えているのか
お前は PHP の歴史的な理由の数を覚えているのかお前は PHP の歴史的な理由の数を覚えているのか
お前は PHP の歴史的な理由の数を覚えているのか
 
XML と PHP のイケナイ関係 (セキュリティ的な意味で) -Introduction of XXE attack and XML Bomb with...
XML と PHP のイケナイ関係 (セキュリティ的な意味で) -Introduction of XXE attack and XML Bomb with...XML と PHP のイケナイ関係 (セキュリティ的な意味で) -Introduction of XXE attack and XML Bomb with...
XML と PHP のイケナイ関係 (セキュリティ的な意味で) -Introduction of XXE attack and XML Bomb with...
 
Hybrid Onboarding
Hybrid OnboardingHybrid Onboarding
Hybrid Onboarding
 
Using Symfony Templating On Symfony 1
Using Symfony Templating On Symfony 1Using Symfony Templating On Symfony 1
Using Symfony Templating On Symfony 1
 
OAuthで気持ちのいい アクセス制御を
OAuthで気持ちのいいアクセス制御をOAuthで気持ちのいいアクセス制御を
OAuthで気持ちのいい アクセス制御を
 
Php5.3ってなんなんだー
Php5.3ってなんなんだーPhp5.3ってなんなんだー
Php5.3ってなんなんだー
 
ルーティングを使って シンプルなアプリケーション開発を
ルーティングを使ってシンプルなアプリケーション開発をルーティングを使ってシンプルなアプリケーション開発を
ルーティングを使って シンプルなアプリケーション開発を
 

EasyWebServerBundle and Symfony1ProjectBundle

  • 1. Symfony2 EasyWebServerBundle and Symfony1ProjectBundle Kousuke Ebihara (3J) <ebihara@php.net>
  • 2. (Kousuke Ebihara) • @co3k •
  • 3. Try to write two Symfony2 bundles: Symfony2 : • EasyWebServerBundle • Symfony1ProjectBundle • Created with many try & errors, so they are dirty now ……
  • 4. EasyWebServerBundle • http://github.com/ebihara/EasyWebServerBundle • Apache License 2.0 • Uses Socket extension and Process Control • Provides a primitive Web server for running Symfony2 project Symfony2 Web • (Of cource,) This server is written in Symfony2 Symfony 2 • Only supports GET (no query string) now ... GET ……
  • 5. Symfony1ProjectBundle • http://github.com/ebihara/Symfony1ProjectBundle • Apache License 2.0 • It allows running actions in symfony 1 project on Symfony2 (Too aggressive) symfony 1 Symfony2 ( ) • I want to get a hint for finding a way to migrate from symfony 1 project to Symfony2 symfony 1 Symfony2
  • 6. Symfony1ProjectBundle • Need to synchronize URL matching rule with symfony 1 and Symfony2 by using symfony1:sync-routing (generate Symfony2 formatted routing.yml from symfony 1) • Need to define the following to actions

Editor's Notes