All Projects → easysoft → Phpsciter

easysoft / Phpsciter

Licence: apache-2.0
phpsciter is a php extension to bind sciter, thus you can use php to develop GUI tools.

About PHPSciter

Build status

  • 目前仅支持zts

PHPSciter is a PHP extension to bind the Sciter framework which is a cross platform GUI framework.

Contact us

Email: [email protected] QQ: 546025324

关于PHPSciter

Sciter是一个非常优秀的的跨平台的GUI框架,它使用HTML5 + CSS来绘制界面,使用TIScritpt来做交互。 PHPSciter是一个PHP绑定Sciter的扩展。

联系我们

Email: [email protected] QQ: 546025324

Install Sciter

  1. Download the [sciter-sdk][]

  2. Extract the sciter runtime library from [sciter-sdk][] to system PATH

    The runtime libraries lives in bin bin.gtk bin.osx with suffix like dll so or dylib

    • Windows: simply copying bin\64\sciter.dll to c:\windows\system32 is just enough
    • OSX:
      • cd sciter-sdk/bin.osx/
      • export DYLD_LIBRARY_PATH=$PWD

Ubuntu 16.04

apt-get install build-essential pkg-config
apt install libgtk-3-dev

git clone https://github.com/easysoft/phpsciter.git
cd phpsciter
phpize
./configure
make
make install

php examples/phpsciter-callback/index.php

Mac OS

git clone https://github.com/easysoft/phpsciter.git
cd phpsciter
phpize
./configure
make
make install

php examples/callback/index.php
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].