12
What’s new in Symfony3 @yuchimiri PHP BLT #2

What's new in Symfony3

Embed Size (px)

Citation preview

What’s new in Symfony3

@yuchimiri PHP BLT #2

Yuki Maejima • @yuchimiri • Mercari, inc. • nequal LLC. • Japan PHP Users Group

Hello!

Hello!

• Symfonyユーザ会のみなさん、最近顔出してなくてごめんなさい

• Symfony愛は薄れてないよ!!

Symfony3.0.0 is out!30 Nov 2015

RoadmapDate-based Release (Not feature-based)

Roadmaphttp://symfony.com/roadmap

• Last version of 2.x

• Long Term Support till November 2019

• Some new features, bug fixes

• Released at same time as 3.0

• PHP5.3.9+

Symfony2.8 overviews

Do you remember?

symfony1 → Symfony2= \(^o^)/

Symfony2 → Symfony3= …?

Symfony3.0 overviews

• No new features! all features in 2.x

• Symfony3.0 = 2.8 - Compatibility layers

• PHP5.5.9+

• Provide a very simple migration path from 2.x to 3.0

1. Make your code deprecation free

2. Update to 3.0 via Composer

Migrate to Symfony 3.0

$ composer update --with-dependencies symfony/symfony

• New features? Nothing!!

• Symfony2.8 code base

• Fixes some architecture mistakes

• All deprecated methods are removed

• New directory structure (more standardized)

• Required PHP5.5.9+

What’s new in Symfony3?

Thank you!