https://github.com/boson-php/app
The skeleton application for the BosonPHP.
https://github.com/boson-php/app
Last synced: 9 months ago
JSON representation
The skeleton application for the BosonPHP.
- Host: GitHub
- URL: https://github.com/boson-php/app
- Owner: boson-php
- License: mit
- Created: 2025-08-20T12:43:03.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-23T17:37:31.000Z (9 months ago)
- Last Synced: 2025-08-24T00:11:51.817Z (9 months ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
## Installation
Boson package is available as Composer repository and can
be installed using the following command in a root of your project:
```bash
composer create-project boson-php/app my-project --stability=dev --prefer-dist
```
After installation, navigate to your project directory and run the application:
```bash
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:
```bash
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
- [BosonPHP repository](https://github.com/boson-php/boson).
- [Documentation](https://bosonphp.com/doc).
## Community
- Any questions left? You can ask them
[in the chat `t.me/boson_php`](https://t.me/boson_php)!
## Contributing
Boson is an Open Source, [community-driven project](https://github.com/boson-php/boson/graphs/contributors).
Join them [contributing code](https://bosonphp.com/contribution.html).