Skip to content

xepozz/boson-app

 
 

Repository files navigation


Installation

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

composer create-project boson-php/app my-project --stability=dev --prefer-dist

After installation, navigate to your project directory and run the application:

cd my-project
php index.php

The desktop application will open.

Note that BosonPHP is a tool for creating desktop applications, so you don't need a web server or browser - just run the PHP script directly from the console.

Compilation

Once you've finished developing your application, you can compile it into a native executable:

composer compile

The compiled executable will be available in the build/ directory for your platform. You can configure which platforms to compile for in the boson.json file.

Links

Community

Contributing

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

About

The skeleton application for the BosonPHP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 46.2%
  • PHP 44.7%
  • Hack 9.1%