https://github.com/janforman/janforman-php-framework
Minimalistic ultra-fast PHP Framework with template support, languages and modules
https://github.com/janforman/janforman-php-framework
framework modular php7 template-engine web
Last synced: 5 months ago
JSON representation
Minimalistic ultra-fast PHP Framework with template support, languages and modules
- Host: GitHub
- URL: https://github.com/janforman/janforman-php-framework
- Owner: janforman
- License: gpl-3.0
- Created: 2019-09-24T07:53:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T06:31:03.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T21:27:44.518Z (about 1 year ago)
- Topics: framework, modular, php7, template-engine, web
- Language: PHP
- Homepage:
- Size: 7.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# janforman-php-framework
PHP Framework with template support, languages and modules
This is my some very old work starting at 2001 so it's very ancient, but compatible with PHP7.
It can support templates, compression, cache, modules loading and transparent language support.
# nginx snippet
location / { try_files $uri $uri/ @janforman; }
location @janforman {
rewrite ^/j-(.*) /load.php?n=$1 last;
}