Jump to content

php


aruns

Recommended Posts

There are quite a few applications geared towards turning PHP scrips into stand-alone applications. For example:

 

http://www.priadoblender.com/index.php?layout=main&cslot_1=2

http://www.scriptol.com/apollo.php

http://gtk.php.net/

 

Never having used them, I dont know about the effectiveness and limitations of these.

Link to comment
https://forums.phpfreaks.com/topic/101168-php/#findComment-517483
Share on other sites

I've been using BamBalam Compile (Free) to compile php scripts into standalone executables.

At first it's a bit difficult to understand what to do, but after messing around with the examples you'll get the hang of it.

Pretty powerful tool... I made (for an example) a script that resizes a whole folder of pictures. I simply send my friends this exe and then they can send me scaled versions of pictures they took (and hence the transfer time and bandwidth are much smaller). You could do all kinds of useful stuff, and everything is php :)

They even made in one of the examples a full GUI calculator, with pure php. Without GTK.

Everything is free too.

 

Worth a try imo.

 

Orio.

Link to comment
https://forums.phpfreaks.com/topic/101168-php/#findComment-517485
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.