This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| php-standalone-applications [2025/09/13 12:35] – admin | php-standalone-applications [2025/09/13 14:45] (current) – [PHP Standalone Applicaitons] admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~REVEALJS~~ | + | ====== PHP Standalone Applications ====== |
| - | ====== | + | Bau deine eigene Application basierend auf PHP |
| + | |||
| + | ===== static-php-cli ===== | ||
| + | |||
| + | URL https:// | ||
| + | |||
| + | * micro | ||
| + | * cli | ||
| + | * embed | ||
| + | * frankenphp | ||
| + | |||
| + | ===== Konfiguration ===== | ||
| + | |||
| + | <code yaml> | ||
| + | php-version: | ||
| + | extensions: " | ||
| + | sapi: micro, | ||
| + | download-options: | ||
| + | prefer-pre-built: | ||
| + | build-options: | ||
| + | enable-zts: true | ||
| + | with-hardcoded-ini: | ||
| + | </ | ||
| + | |||
| + | ... oder einfach: | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | |||
| + | ===== Aktuelles Projekt ===== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | * Composer ☑️ | ||
| + | * PHP ausführen ☑️ | ||
| + | * Webserver - fast | ||
| + | * Core setup: non-composer und composer | ||
| + | * b13/make | ||
| + | * GitLab Template: Download, prepare, evtl package rename | ||