Priado Blender

Bill

80.***.***.***
1,990 days ago

Priado Blender

Priado Blender is a pseudo-compiler with which I've had a lot of fun, and I have even used it as a matter of great convenience when I've made small bots and tools of various kinds. Blender, as the name perhaps suggests, mashes your PHP script (and any related libraries and includes that it depend upon) into an executable which you can distribute and run on a Windows platform regardless of its supports. Per default your program is a command window, but you can tinker with the Blender package to the point of making custom interfaces with forms and such also. Check it out at http://www.priadoblender.com if you're curious.

stalemate

202.***.***.***
1,968 days ago
I just visited this site but got confused and didn't help myself.Would you plz tell me what I have to do after visiting this site.

Bill

80.***.***.***
1,968 days ago
If you are interested in creating standalone programs from PHP scripts, then you can visit the download page and get the Priado Blender binaries. From then on it is just a matter of running a PHP script through the "compiler" and you have your executable.

The package also contains a few .dll files you should keep in the same folder as any executables you create.

stalemate

202.***.***.***
1,966 days ago
Thanks i did just that and found it very moving. i think this is how things r done in php. Priado Blender binaries are ideal for stand alone programs.

penguinmama

12.***.***.***
1,966 days ago
Wow, that sounds awesome! I'm not really sure that I'd have a use for it, though. My php stuff is mostly web-based. What sort of applications would one use this sort of thing for?

Bill

80.***.***.***
1,959 days ago

penguinmama;89:

Wow, that sounds awesome! I'm not really sure that I'd have a use for it, though. My php stuff is mostly web-based. What sort of applications would one use this sort of thing for?

Pretty much anything that is inconvenient or instabile in a server/browser setup, and that you perhaps need to distribute on some scale. Say a program that needs to do lenghty or repetitive procedures and that you want to be able to neatly display its output real-time. I use it mainly for autonomous bots that must run for days or weeks on end and not choke or lose performance at any point.