PHPで書いたWebアプリをOS X用のネイティブアプリに出来る「PHP Nightrain」がGitHubに公開されていたので使ってみました。詳細は以下から。
PHP Nightrainは今年1月に立ち上がったプロジェクトで、PHP/HTML/CSS/JavaScriptをネイティブアプリ化出来るPythonのpackagerです。
PHP Nightrain is a packager written in Python for the PHP Programming Language. Using this tool you can convert your PHP/HTML/CSS/Javascript application to a Native Desktop Application. Currently, PHP Nightrain supports the Windows, Mac (OS X) and the Linux operating systems.
[naetech/nightrain – GitHub]
使い方は簡単で、GitHubからPHP Nightrain Release v4.0.0をダウンロードし、nightrain.appを右クリックしてコンテキストメニューから[パッケージの内容を表示] > [Contents] > [MacOS] > [www] 内にあるindex.phpを編集していくだけです。
デフォルトではphpinfoが書かれているので、これを編集していきます。また、settings.iniではウィンドウの初期値やパスなどの設定が可能です。
公式サイトにはチュートリアル動画や開発者Blog、サポートフォーラムが作られているので興味のある方はどうぞ。
関連リンク:
・Convert your PHP Web Application to Windows, Mac & Linux! – Naetech
コメント