zapj / zap-php-framework
zap php framework
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/zapj/zap-php-framework
Requires
- php: >=7.4.0
- ext-curl: *
- ext-dom: *
- ext-json: *
- ext-mbstring: *
- ext-openssl: *
- ext-pdo: *
- ext-simplexml: *
This package is auto-updated.
Last update: 2025-12-19 10:34:38 UTC
README
PHP Min
PHP 7.4
Installing Zap-PHP-Framework via Composer
composer require zapj/zap-php-framework
URL Rewrite
Apache
Options +FollowSymLinks -Indexes RewriteEngine On RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,PT,L]
Nginx
location / {
try_files $uri $uri/ /index.php?$query_string;
}