# Начало работы

&#x20;[![](https://scrutinizer-ci.com/g/winforms-php/VoidFramework/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/winforms-php/VoidFramework/?branch=master) [![](https://scrutinizer-ci.com/g/winforms-php/VoidFramework/badges/build.png?b=master)](https://scrutinizer-ci.com/g/winforms-php/VoidFramework/build-status/master) [![](https://scrutinizer-ci.com/g/winforms-php/VoidFramework/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)

## Системные требования

| Требование                            | Значение    |
| ------------------------------------- | ----------- |
| Версия **Windows**                    | ≥ **7**     |
| Версия **.NET Framework**             | ≥ **4.5.2** |
| Версия **Visual C++ Redistributable** | **2017**    |

## Установка

{% tabs %}
{% tab title="Qero" %}

```
php Qero.phar install winforms-php/VoidFramework
```

{% endtab %}

{% tab title="Ручная установка" %}
Скачайте **GitHub** репозиторий проекта

![](/files/-Lq7Jx3zYn7085su0vSc)

Распакуйте архив с **VoidFramework** в папку проекта

![](/files/-Lq7KYxWfvEK3a0J2tZn)

Переместите папку `app_bundle` на уровень ниже распакованной папки **VoidFramework**'а и переименуйте её в `app`

![](/files/-Lq7KzXo3LubMz7zdVYP)
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Для установки настоятельно рекомендуется использовать [**Qero**](https://github.com/KRypt0nn/Qero). В дальнейшем все действия будут рассматриваться с учётом того, что **VoidFramework** был установлен именно таким образом
{% endhint %}

## Использование

После установки в проекте появится папка `app`. В ней будет располагаться будущее **VoidFramework**-приложение. В качестве точки входа используется файл `app/start.php`

Для запуска приложения вы можете прописать команду

```
php Qero.phar start
```

или запустить файл `start.bat`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://krypt0nn.gitbook.io/voidframework/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
