https://modernpug.github.io/php-the-right-way/
PHP: The Right Way 한국어판
쉽게 읽을 수 있는 PHP의 베스트 프랙티스, 코딩 표준, 권위있는 튜토리얼로의 링크를 제공합니다.
modernpug.github.io
PHP The right way
https://refactoring.guru/ko/design-patterns/catalog
디자인 패턴 목록
refactoring.guru
PHP 를 비롯한 다양한 언어로 작성된 디자인 패턴 예시들입니다.
라라벨 9.x
라라벨 한글 메뉴얼 9.x
laravel.kr
Introduction - 한글판 PHP Standards Recommendations
Class, Method, Properties 같은 개발자라면 번역하면 어색한 문장은 원문을 그대로 사용합니다
psr.kkame.net
PSR 권고 한국어판
3v4l.org - online PHP shell with 250+ PHP versions
Visit 3v4l.org: an online shell that allows you to run your code on my server
3v4l.org
PHP 4.3 부터 PHP 8.2 최신버전까지 한번에 실행해보면서 버전 호환성 체크도하고
url 로 코드조각 공유도 하는 사이트입니다.
여기는 코드 실행하면 누구나 볼수있는 링크로 남기 때문에 민감정보가 담긴 코드는 실행하기 않아야합니다.
PHP.Watch: PHP Articles, News, Upcoming Changes, RFCs, and more
PHP 8.2 is the upcoming major PHP version, to be released on November 2022. PHP 8.3 brings readonly classes, null, false, and true types, and more new features along with a few deprecations.
php.watch
PHP 의 새버전이 나올때 공식문서 보다 빠르고 RFC 문서에 있는 사용법까지 같이 설명해주는 사이트입니다.
PHP 애트리뷰트 설명도 여기가 더 잘되어있더군요.
Learning the PHP lifecycle — PHP Internals Book
Learning the PHP lifecycle PHP is a complex piece of machinery whose lifecycle really should be understood by anyone who wants to understand how PHP operates. The main sequence is as follows: PHP starts up. If running CLI or FPM, it’s C main() is run. If
www.phpinternalsbook.com
PHP internals book
PHP 의 엔진 동작과 익스텐션 개발, 메모리 관리등 PHP 엔진내부가 어떤식으로 되어있는지
알려주는 사이트입니다. 오래전부터 있던 사이트인데
PHP 재단이 2020년에 출범하면서 재단에 관리하기로 했다네요.
'PHP' 카테고리의 다른 글
PHP 사용 분야 (0) | 2022.11.20 |
---|---|
코드이그나이터 4 REST API 주의점 (0) | 2022.04.14 |
그누보드 보안 SQL 인젝션 방어하기 (0) | 2022.03.30 |
PHP 동작방식 - 생명주기 (0) | 2022.03.27 |
PHP if문 정리 (0) | 2022.03.05 |