编程语言
首页 > 编程语言> > Visual PHP GUI IDE

Visual PHP GUI IDE

作者:互联网

有人知道仅使用PHP还是主要使用PHP来创建带有GUI的独立桌面应用程序的可靠,制作精良的工具?我很喜欢R.A.D.以及PHP的许多其他方面,并希望将其用于某些非服务器/客户端项目.

解决方法:

更新:

我在2010年插入原始答案的Roadsend PHP项目似乎已经失效.对于它的价值,您可以在以下位置找到源和几个附带项目:

https://github.com/weyrick/roadsend-php

对于寻求该问题答案的任何人,我的第一个建议就是研究一个现代的跨平台GUI开发平台-我个人很喜欢Java Apache Pivot.

但是,无论您是接受我的建议还是致力于PHP-GTK,IDE的建议都是相同的:您将要尝试NetBeans和Eclipse.两者都是功能强大的IDE,非常适合在上述任何一个平台上进行开发.

原始答案:

Yes!

Roadsend PHP

07001 [dead link]

07002 [dead link]

More information from the Roadsend site:

Build Stand Alone Applications From Standard PHP Source Code

Roadsend compiles your PHP project to a single, native binary which
does not require an interpreter. Roadsend builds online web
applications with FastCGI, offline web applications with an embedded
web server (MicroServer), desktop GUI applications with PHP-GTK, and
more! Supports Windows, Unix, and Mac OS X.

NEW: PHP 5 compatible since version 2.9.3

Roadsend Studio IDE

Roadsend Studio helps you manage, build, debug and deploy your PHP
projects with the Roadsend Compiler. It automatically deploys a
finished project to a directory (included supporting libraries), ready
for packaging. It examines your code as you type, has early syntax
error recognition, auto method and property completion and auto
parameter help. Full syntax highlighting editor, project source file
manager, step debugger and compiling and interpreting of projects
(including GUI apps) from within the IDE.

Compile Web Applications

Compile web applications for both on- and offline use. Online web
applications use the standard FastCGI interface for communicating with
industry standard web servers such as Apache and Microsoft IIS.
Offline web applications use the MicroServer embedded web server,
which allows you to run an web application as a stand alone program.

Compile Desktop GUI Applications The Roadsend Compiler uses the GTK library for cross platform operability. It supports the Glade user
interface builder and is compatible with the PHP-GTK 1 API.

Debugger

Roadsend Compiler includes a step debugger which allows you to step
line by line through your source. You have the ability to set
breakpoints by source file or line number, pause a running program,
inspect local variables and inspect the call stack.

NEW: Step debug web applications!

标签:desktop-application,php,user-interface
来源: https://codeday.me/bug/20191024/1918556.html