Building desktop apps with PHP - Marcel Pociot

preview_player
Показать описание
Have you ever wanted to write a desktop application? Using existing tools? Even with PHP?

Well this talk is for you! Let me show you NativePHP - a Laravel Package that allows you to create desktop applications with PHP code. You can make use of native system APIs, clipboard access and more!
Рекомендации по теме
Комментарии
Автор

There are many admin interfaces written in PHP that are Linux frontend and FriendOS project is also using PHP.
I'm not fun of Python so I sometimes use PHP for scripting under Linux.

amigaworkbench
Автор

With all programmable languages its possible i built one my self, i thought it was difficult but it was not

shauntebogo
Автор

Why not just using the PeachPie compiler and make a native desktop app?

chrisanders
Автор

I am writing an app, and i want to provide it as a desktop app for important reasons...

paulholsters
Автор

electron is a big no no, 100+ MB ram, and 60+MB distribution for a simple webpage hello world.. is insane!
Tauri is not much better..
where are the times people tried to keep everything optimized, small (resource usage), and simple... JS world (where electron resides) has killed that..

mr_don_key
Автор

Php is dieing.. once again ;). That's a new take on php and I kind of like it. I've yet to see how optimized this is but it doesn't look bad. My only gripe is the node.js as self-entitled javascript hater ;)

gulpowizzard
Автор

Please write software in a proper language. And no, I'm not talking about JS. I said a proper language.

I have insane hardware in my machine and yet you lot try your hardest to slow it down. Compared to a a few decades ago i basically have a super computer on my desk, and in my pocket.

The fact that it doesnt feel like it should tell you something about the state of software today.

Hector-bjls