8000 GitHub - jshgwng/boson: ⚡ Boson Kernel
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jshgwng/boson

 
 

Repository files navigation


MetaStorm Telegram

Why Boson? Because it's not an Electron! And much easier than that =)

By the way, there is more information about the project in the documentation.

Also, this repository contains included high level PHP bindings for Saucer v6.0.

Application Example

$app = new Boson\Application();

$app->webview->html = <<<'HTML'
    <button >Hello</button>
    HTML;

$app->webview->bind('foo', var_dump(...));

$app->run();

Installation

Boson package is available as Composer repository and can be installed using the following command in a root of your project:

composer require boson-php/runtime

Documentation

Community

Contributing

Boson is an Open Source, community-driven project. Join them contributing code.

About

⚡ Boson Kernel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.9%
  • TypeScript 2.1%
0