RapidEXE is a simple and efficient way to convert your script to a standalone executable. You can create command line tools with all the power of modern scripting languages and share it with others, even if they don't have the runtime environment.

In a classic way, RapidEXE is not a compiler. It's merely a packer that makes your exe carry the language with itself and silently unpack it whenever needed. But you won't even notice that. Your exe will run fast and leave virtually no traces behind, except for a few files in the system temp area to speed things up on next run.

You can easily automate the compilation process: it's all just command line. Configuration is super easy, packing is quite fast, and the whole thing is so effortless you'll end up converting all your little php tools into executables. Because it's fun.

Features

  • Compiles PHP to EXE
  • Compiles Python to EXE
  • Very easy to use
  • Obvious plaintext config files
  • Detailed command line help
  • Portable (no registry access)

Project Samples

Project Activity

See All Activity >

Follow RapidEXE

RapidEXE Web Site

You Might Also Like
Claims Processing solution for healthcare practitioners. Icon
Claims Processing solution for healthcare practitioners.

Very easy to use for medical, dental and therapy offices.

Speedy Claims became the top CMS-1500 Software by providing the best customer service imaginable to our thousands of clients all over America. Medical billing isn't the kind of thing most people get excited about - it is just a tedious task you have to do. But while it will never be a fun task, it doesn't have to be as difficult or time consumimg as it is now. With Speedy Claims CMS-1500 software you can get the job done quickly and easily, allowing you to focus on the things you love about your job, like helping patients. With a simple interface, powerful features to eliminate repetitive work, and unrivaled customer support, it's simply the best HCFA 1500 software available on the market. A powerful built-in error checking helps ensure your HCFA 1500 form is complete and correctly filled out, preventing CMS-1500 claims from being denied.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
0
2
0
1
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 2 / 5

User Reviews

  • This is a simple way to turn a standalone PHP file (that doesn't need a browser) into an EXE file for ease of use under Windows, even when PHP has not been installed. It comes with recent versions of the PHP and Python interpreters that can be chosen in its configuration files. The big problem is that the generated EXE file is 5 MB heavy, with no apparent necessity for it to be more than, say, 100 KB in size, since the interpreters are external to the generated EXE, and it offers no other major features. Another problem is that its help files are only accessible from the main program (rapidexe.exe) via tedious commands to access one short "chapter" at a time.
  • [edit] I decided to upgrade the rating from 1 star to 2 stars. After some thought on the problem mentioned, I decided to run a test program from a bat file that ended with a pause command. The program was simple a print command that outputted "hello this is php." Because of the pause, the command prompt did not immediately close and I could see that the program did function as intended. It appears that RapidEXE is a tool for compiling command line programs. As is often the case; time will tell if I find this completely useful or not. [end edit] Well, I can say that this is a good idea. I had hoped to be able to give this a good mark but the end result makes this pretty much a useless program. I set up a php file, compiled it with RapidEXE and ran the subsequent exe file. A command prompt opened and closed. That's not what I expected so I tried again and got the same result. Oh wait a minute I thought, I'll run the example, I must be doing something wrong. So I copied the files over, compiled the program, ran the exe file and a command prompt opened and closed. With a very limited help section within the app itself, no additional documentation and apparently, no source code to download and study for possible mods and improvements RapidEXE ends up a complete flop. One of the things I have noticed in the Open Source community is an extremely annoying habit of developers presuming that everyone that comes across their tool, code or website knows exactly what they are talking about and leave a majority of what should be in the documentation, up for the individual to figure out for themselves. I guess no one has bothered to tell them that they are not that important, especially when one cannot access the code for consideration. It's really too bad too. Cause RapidEXE does seem to have promise.
  • I like this project even if I found 1 bug and 1 problem: -1- Project must be in the same DISK of the RapidEXE If you use a full path instead of simple dir, it is ignored and last dir path only will be used. -2- Exe file is lunched (expanded) in a "remote and always changing dir" like "C:\Users\MYWINUSER\AppData\Local\Temp\rapidexeTemp\script\190929-184912-157-9148\" (some sort of date-time-secs) Point 2 isn't a perfect solution, it would be nice to be able to specify a destination dir (always that one) as often it is necessary to create temporary files or SQLite db to store config of application that must be rebuild in this way :-(. I suggest to create a new compilation directive to the "rapidexe.app.config" like "default apppath ." where "." is the path from which the app has been lunched, or even something like "C:\DATA\MYAPP\". Anyway very nice, I like it! As soon as I have time I'll take a look at the code. Good job for now! Luca
Read more reviews >

Additional Project Details

Registered

2019-05-02