> For the complete documentation index, see [llms.txt](https://prtechs-organization.gitbook.io/e2encrypt-frame-php/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prtechs-organization.gitbook.io/e2encrypt-frame-php/installation/running-the-framework.md).

# Running The Framework

### PHP Built-In Server

```bash
php -S 0.0.0.0:8000
```

### Apache2

Snap in Just Put the code in a directory Where Apache Is Running No Need to Writing Commands

#### Accessing it in Browser

{% embed url="<http://localhost:8000>" %}
For Built-In
{% endembed %}

{% embed url="<http://localhost/local_to_your_install_path>" %}
For Apache2
{% endembed %}
