php-nf / npf
New PHP Framework
2.1.20
2022-01-06 16:25 UTC
Requires
- php: >=8.0
- ext-bcmath: *
- ext-curl: *
- ext-dom: *
- ext-exif: *
- ext-fileinfo: *
- ext-gd: *
- ext-json: *
- ext-libxml: *
- ext-mbstring: *
- ext-mysqli: *
- ext-openssl: *
- ext-simplexml: *
- ext-zlib: *
- clue/redis-react: ^2.3
- erusev/parsedown: ^1.7
- geoip2/geoip2: ~2.0
- mobiledetect/mobiledetectlib: ^2.8
- paragonie/random_compat: 2.0
- react/http: ^0.8.4
- react/mysql: ^0.5.4
- react/react: 1.0
- twig/markdown-extra: ^3.1
- twig/twig: ^3.1
This package is auto-updated.
Last update: 2026-06-06 18:56:17 UTC
README
Composer JSON file
You wil need to create a composer.json file with the following keys at minimum:
{
"require": {
"php-nf\/npf": "^1.0"
},
"scripts": {
"post-install-cmd": [
"Npf\\Build\\Setup::Install"
],
"post-update-cmd": [
"Npf\\Build\\Setup::Update"
]
},
"autoload": {
"psr-4": {
"App\\": "App\/",
"Config\\": "Config\/",
"Model\\": "Model\/",
"Module\\": "Module\/",
"Exception\\": "Exception\/",
"Template\\": "Template\/"
}
}
}