This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
php-standalone-applications [2025/09/13 12:35] – created admin | php-standalone-applications [2025/09/13 14:45] (current) – [PHP Standalone Applicaitons] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== PHP Standalone | + | ====== PHP Standalone |
+ | 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 | ||