User Tools

Site Tools


php-standalone-applications

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
php-standalone-applications [2025/09/13 12:40] adminphp-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://static-php.dev/ 
 + 
 +  * micro 
 +  * cli 
 +  * embed 
 +  * frankenphp 
 + 
 +===== Konfiguration ===== 
 + 
 +<code yaml> 
 +php-version: 8.4 
 +extensions: "bcmath,filter,mbstring,mbregex,phar,zlib,openssl,tokenizer,posix,simplexml,xml,dom,xml,zip,zlib,pdo,intl,curl,iconv,session" 
 +sapi: micro,frankenphp 
 +download-options: 
 +  prefer-pre-built: true 
 +build-options: 
 +  enable-zts: true 
 +  with-hardcoded-ini: ["memory_limit=4G", "max_input_vars=1500"
 +</code> 
 + 
 +... oder einfach: 
 + 
 +https://static-php.dev/en/guide/cli-generator.html#cli-build-command-generator 
 + 
 + 
 + 
 +===== Aktuelles Projekt ===== 
 + 
 +https://github.com/ochorocho/santas-little-helper 
 + 
 +  * Composer ☑️ 
 +  * PHP ausführen ☑️ 
 +  * Webserver - fast 
 +  * Core setup: non-composer und composer 
 +  * b13/make 
 +  * GitLab Template: Download, prepare, evtl package rename
  
-====== PHP Standalone Applicaitons ====== 
  
php-standalone-applications.1757767209.txt.gz · Last modified: by admin