Questions tagged [phpdesktop]

PHP Desktop is an open source project providing a way for developing native desktop GUI applications using web technologies such as PHP, HTML5, JavaScript and SQLite. It is written in C++.

Phpdesktop acts as a PHP to EXE compiler. Embedded into a single application it delivers the following components:

  • a web browser (Google Chrome or Internet Explorer)
  • a multithreaded web server (Mongoose)
  • a PHP interpreter

The final single application comes with no external dependencies. Everything is included in the produced binary and ready to work out of the box.

Resources

62 questions
1
vote
1 answer

How to get windows current login details

I have tried to get the current login name for user. i'm using windows 8. When i execute the command as "whoami" then i'm getting the correct login name., When i execute the same in exec("whoami"); then i will get the user account that have created…
Rockstar
  • 191
  • 1
  • 2
  • 21
1
vote
1 answer

PHPDesktop running all the time

I'm using PHPDesktop for my project. I need to make sure its running all the time at background even though they have closed it. Something like chrome background service. How to make it happen . Any suggestion will be helpful.
Rockstar
  • 191
  • 1
  • 2
  • 21
1
vote
3 answers

Prevent users from browsing phpdesktop app outside executable?

I am developing an php/html/js desktop app using php desktop , when u runs your app, php desktop run a server and listen on a specified or random port like 127.0.0.1:65543 , if a user open that url inside his/her external browser he/she can access…
Synxmax
  • 2,226
  • 1
  • 22
  • 38
0
votes
0 answers

facing issues with my CakePHP 2 application not loading the webroot

i'm using PHPDesktop to package a CakePHP 2 project and create a standalone desktop application but facing issues with my CakePHP 2 application not loading the webroot reasons why did not webroot load and find solutions please
0
votes
0 answers

Php desktop , inno setup , ERROR coukd not find driver

i've create a desktop app using php desktop and sqlite as backend i've create the setup using inno setup the application is working on local but when i deploy it i got this error Error: could not find driver how can i solve this problem…
0
votes
0 answers

HTTPS protocol with PHPDesktop

Does anyone know how to show page with https protocol with PHPDesktop? Apparently its latest version don't display pages with this protocol, but I'm really need it. Thank you.
Szabolcs H
  • 39
  • 6
0
votes
0 answers

google forms don't show up with php desktop

I'm looking to create an app with PHP Desktop (latest version) and for the Contact page I wanted to insert a simple Google form. My problem is that, if I open this link in an external browser, it works as it should be, but using PHPDesktop, returns…
Szabolcs H
  • 39
  • 6
0
votes
1 answer

How can i make laravel routes accessible from phpdesktop chrome?

I have a laravel 6 application that I want to put into setup form. so i found phpdesktop chrome and copy my app content to phpdesktop www folder. When I start the application with the setup, it shows me the home page, but when I click on a button to…
Rolanddev
  • 49
  • 7
0
votes
1 answer

Hide command prompt in laravel desktop application

I have developed a laravel desktop application and it is working fine. When i run my laravel desktop application php artisan serve command automatically starts in the command prompt and it shows on the desktop like this but I do not require to be…
0
votes
1 answer

PHP desktop how to change the icon

I am starting to use PHP desktop to create a desktop application and it works great, just want to know if there's any settings to change the icon, enter image description here enter image description here i know to change the main window icon can be…
0
votes
0 answers

Running Php desktop application in client's pc

I tried to make my php project to run as a desktop application using php desktop.But I want to make it more portable rather than installing mysql and apache server in client's pc.Is there any way to make it more portable?
0
votes
0 answers

Error when opening the executable of a Laravel project

I converted a Laravel project into PC Software (setup.exe) with live Database MySQL, using PHP Desktop chrome and Inno Setup but when opening the executable an error was generated: Fatal error: Declaration of…
0
votes
0 answers

Using phpdesktop on a Laravel project, how can i run my own server?

I am using phpdesktop on my Laravel project to create an exe file. In settings.json i have set up that phpdesktop is listening localhost:8000, but I can not start exe file without server previously runned (either php or artisan command). Is there…
0
votes
1 answer

phpdesktop laravel blank white page

i need to make a website available offline, right off the bat my idea is to create a desktop app that would sync the database when connected to the server, then i came across phpdesktop, just tried using it for my brand new laravel project, but for…
ckaryuusai
  • 67
  • 10
0
votes
1 answer

phpdesktop-chrome - Not Working for Header in php

I have a PHP file and whenever running a file in PHP phpdesktop-chrome (APP) I am getting below and I have only the following code in my file. header("Content-Type: application/xls"); header("Content-Disposition: attachment;…
Samson
  • 352
  • 1
  • 11