# NativePHP - PHP 네이티브 어플리케이션 프레임워크

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=10027](https://news.hada.io/topic?id=10027)
- GeekNews Markdown: [https://news.hada.io/topic/10027.md](https://news.hada.io/topic/10027.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-07-27T11:04:02+09:00
- Updated: 2023-07-27T11:04:02+09:00
- Original source: [nativephp.com](https://nativephp.com/)
- Points: 10
- Comments: 8

## Topic Body

- PHP로 크로스 플랫폼 데스크탑 어플리케이션 작성  
- OS 기능을 사용할 수 있게 해주는 클래스들 모음 + Electron 또는 Tauri + 스태틱 PHP 런타임   
- 윈도우/메뉴/파일 관리   
- DB(SQLite) 지원  
- 네이티브 Notification

## Comments



### Comment 17730

- Author: hided62
- Created: 2023-07-28T11:19:23+09:00
- Points: 1

PHP의 Windows 지원만 혼자 터무니 없이 부실한 수준이라 한계가 있겠네요.

### Comment 17707

- Author: okkorea
- Created: 2023-07-27T12:58:49+09:00
- Points: 2

PHP opcode 컴파일된것을 바이너리로 바꿔서 배포시 php 런타임 설치필요없습니다~  
개발된파일만 전달하면끝

### Comment 17706

- Author: seiha106
- Created: 2023-07-27T12:17:26+09:00
- Points: 1

와... 이걸해주네...

### Comment 17704

- Author: galadbran
- Created: 2023-07-27T11:24:06+09:00
- Points: 1

이제 막 나온거라 맥 지원만 있는 것 같아보여요. (윈도우는 확실히 없는 듯합니다)

### Comment 17705

- Author: galadbran
- Created: 2023-07-27T11:24:27+09:00
- Points: 1
- Parent comment: 17704
- Depth: 1

기대하고 있었는데 ㅠㅠ

### Comment 17703

- Author: hey1234
- Created: 2023-07-27T11:20:22+09:00
- Points: 1

;;; ㄷㄷㄷ  
망해라 PHP

### Comment 17708

- Author: okkorea
- Created: 2023-07-27T13:46:12+09:00
- Points: 1
- Parent comment: 17703
- Depth: 1

... ...

### Comment 17702

- Author: kuroneko
- Created: 2023-07-27T11:18:42+09:00
- Points: 1

어... PHP 개발을 오래 했지만, 이런 게 나올 거라곤 상상하지 않았어요…  
PHP로 무려 크로스 플랫폼을 지원하는 데스크탑 어플리케이션을 만들다니???  
  
생각해보면 안될 건 없는데... Electron같은게 이미 네이티브 API 많이 지원하니까,  
PHP와 그걸 이어주기만 하면 될 것 같고... PHP 바이너리 탑재하면 되고...  
  
아무튼 기분이 이상해요.
