Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uzulla/phpack

pack php app by electron
https://github.com/uzulla/phpack

Last synced: about 1 month ago
JSON representation

pack php app by electron

Awesome Lists containing this project

README

        

# phpack

pack php app to osx/linux app.

![sample](sample.png)

# install

```
$ npm ci
```

# edit your app

```
vi public/index.php
```

# test

```
$ npm run open
```

# pack

```
$ npm run pack

# osx
$ cp phpack-darwin-x64/phpack.app /path/to/anywhere/myGrateApp.app
$ cd /path/to/anywhere/
$ open myGrateApp.app

# linux
$ cp phpack-linux-x64/ /path/to/anywhere/phpack-your-app
$ cd /path/to/anywhere/phpack-your-app
$ phpack-your-app/phpack
```