# PHP in 2022

> Clean Markdown view of GeekNews topic #5739. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5739](https://news.hada.io/topic?id=5739)
- GeekNews Markdown: [https://news.hada.io/topic/5739.md](https://news.hada.io/topic/5739.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-01-13T10:23:50+09:00
- Updated: 2022-01-13T10:23:50+09:00
- Original source: [stitcher.io](https://stitcher.io/blog/php-in-2022)
- Points: 5
- Comments: 1

## Topic Body

- PHP 8.1 출시되었고 도입중

ㅤ→ enum이 언어에 빌트인 됨

ㅤ→ initializer에서 new 사용 가능

ㅤ→ readonly 속성 추가 (8.0의 속성 프로모션 기능과 함께 깔끔한 class 구성 가능)

- 정적 분석 향상

ㅤ→ Laravel도 정적 타이핑 기능 도입

ㅤ→ PHhpStorm이 generic type 지원

ㅤ→ PhpStan/Psalm 의 발전

- PHP Foundation 설립

- 에코시스템 확장

ㅤ→ Packagist 에 30만개의 패키지 & 3백만개의 버전들이 있고, 설치 500억회 돌파

- Async PHP

ㅤ→ Amp 와 ReactPHP 개발자들이 fiber 호환 이벤트 루프 구현체인 RevoltPHP 개발

- Serverless PHP : Bref

## Comments



### Comment 8392

- Author: xguru
- Created: 2022-01-13T10:23:56+09:00
- Points: 2

이 친구가 매년 한번씩 이 글을 쓰는데요 , 2020만 빼먹고 매년 옮기고 있습니다. ㅎㅎ

- PHP in 2019 https://news.hada.io/topic?id=92

- PHP in 2020 https://stitcher.io/blog/php-in-2020

- PHP in 2021 https://news.hada.io/topic?id=4086

- PHP 재단 설립 https://news.hada.io/topic?id=5463

- bref - AWS Lambda에서 PHP 사용하기 https://news.hada.io/topic?id=2749
