Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

stand alone php app

Tags:

php

What is the best way to build a non web browser stand alone php app that works with some sort of database without requiring the user to install a database server. Or am i just asking too much?

like image 556
Babiker Avatar asked May 01 '09 05:05

Babiker


1 Answers

If you're targeting Windows, try WinBinder. It allows you to develop native Windows applications using PHP.

It also supports SQLite, so you don't need a database server.

like image 76
Steven Richards Avatar answered Sep 30 '22 21:09

Steven Richards