All Projects → jaredallard → phc-win

jaredallard / phc-win

Licence: other
Create single executables out of your PHP applications.

Programming Languages

javascript
184084 projects - #8 most used programming language

PHC-WIN

This branch is for active development, see branch v2.0.1 for current release.


Create single file executables for your PHP applications.

Install

Checkout the releases for the GUI.

CONSOLE

Via npm:

# Console Version only.
npm install -g phc-win

Via Git:

git clone https://github.com/jaredallard/phc-win

node ./bin/phc-win

Building

Requirements

Windows:

  • Visual Studio 2015 (PHP 7)
  • Visual Studio 2012 (PHP 5)

Linux:

  • Internet, when downloading pre-builts.
  • build-essentials (Debian) when building PHP from source.

First clone the repository:

git clone https://github.com/jaredallard/phc-win

If from source, make sure a compiler is installed: (Windows just needs VS)

  # Debian / Ubuntu
  sudo apt install build-essentials

  # Arch Linux
  sudo pacman -Syu

Modify the config: config.js

Start the build:

# GUI
gulp build-gui

# Console
gulp build-console

# GUI & Console
gulp build-all
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].