|
| 1 | +<a href="https://github.com/boson-php/boson"> |
| 2 | + <img align="center" src="https://habrastorage.org/webt/-8/h1/5o/-8h15o6klbga13kzsltqqmk8jlm.png" /> |
| 3 | +</a> |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +<p align="center"> |
| 8 | + <a href="https://packagist.org/packages/boson-php/ipc"><img src="https://poser.pugx.org/boson-php/ipc/require/php?style=for-the-badge" alt="PHP 8.4+"></a> |
| 9 | + <a href="https://packagist.org/packages/boson-php/ipc"><img src="https://poser.pugx.org/boson-php/ipc/version?style=for-the-badge" alt="Latest Stable Version"></a> |
| 10 | + <a href="https://packagist.org/packages/boson-php/ipc"><img src="https://poser.pugx.org/boson-php/ipc/v/unstable?style=for-the-badge" alt="Latest Unstable Version"></a> |
| 11 | + <a href="https://raw.githubusercontent.com/boson-php/boson/blob/master/LICENSE"><img src="https://poser.pugx.org/boson-php/ipc/license?style=for-the-badge" alt="License MIT"></a> |
| 12 | + <a href="https://t.me/boson_php"><img src="https://img.shields.io/static/v1?label=&message=Join+To+Community&color=24A1DE&style=for-the-badge&logo=telegram&logoColor=white" alt="Telegram" /></a> |
| 13 | +</p> |
| 14 | +<p align="center"> |
| 15 | + <a href="https://github.com/boson-php/ipc/actions/workflows/tests.yml"><img src="https://img.shields.io/github/actions/workflow/status/boson-php/boson/tests.yml?label=Tests&style=flat-square&logo=unpkg"></a> |
| 16 | +</p> |
| 17 | + |
| 18 | +## Installation |
| 19 | + |
| 20 | +Boson package is available as Composer repository and can |
| 21 | +be installed using the following command in a root of your project: |
| 22 | + |
| 23 | +```bash |
| 24 | +composer require boson-php/ipc |
| 25 | +``` |
| 26 | + |
| 27 | +## Documentation |
| 28 | + |
| 29 | +- You can learn more [about what a Boson is](https://bosonphp.com/doc/0.19/introduction). |
| 30 | +- Information [about the configs](https://bosonphp.com/doc/0.19/configuration) is |
| 31 | + available on the [corresponding pages](https://bosonphp.com/doc/0.19/application-configuration). |
| 32 | +- A more detailed description of working with the [application](https://bosonphp.com/doc/0.19/application), |
| 33 | + [windows](https://bosonphp.com/doc/0.19/window) and [webview](https://bosonphp.com/doc/0.19/webview) |
| 34 | + is also available. |
| 35 | +- Also, do not miss the detailed guide on additional apps for working with |
| 36 | + [function bindings](https://bosonphp.com/doc/0.19/bindings-api), |
| 37 | + [scripts](https://bosonphp.com/doc/0.19/scripts-api), |
| 38 | + [request interception](https://bosonphp.com/doc/0.19/schemes-api), and more. |
| 39 | +- If you want to build an application based on |
| 40 | + [Symfony](https://bosonphp.com/doc/0.19/symfony-adapter), |
| 41 | + [Laravel](https://bosonphp.com/doc/0.19/laravel-adapter) and |
| 42 | + [others](https://bosonphp.com/doc/0.19/psr7-adapter), |
| 43 | + then similar functionality is also available. |
| 44 | + |
| 45 | +## Community |
| 46 | + |
| 47 | +- Any questions left? You can ask them |
| 48 | + [in the chat `t.me/boson_php`](https://t.me/boson_php)! |
| 49 | + |
| 50 | +## Contributing |
| 51 | + |
| 52 | +Boson is an Open Source, [community-driven project](https://github.com/boson-php/boson/graphs/contributors). |
| 53 | +Join them [contributing code](https://bosonphp.com/doc/0.19/contribution). |
| 54 | + |
0 commit comments