stefanak-michal / dragoncore
PHP framework. Simple, fast and lightweight.
Package info
github.com/stefanak-michal/DragonCore
Type:project
pkg:composer/stefanak-michal/dragoncore
Fund package maintenance!
v4.0.0
2026-04-20 08:09 UTC
Requires
- php: ^8.5
- ext-curl: *
- phpmailer/phpmailer: ^6
Requires (Dev)
- phpunit/phpunit: ^13
README
Dragon PHP Framework
- Easy deployment and setup
- Config as php files with support of lookup tables
- Simple file names conventions
- One core for multiple projects
- Autoloader with vendor support
- CLI support
- PHP >= 8.5
How to start
- Use composer to create project with framework
composer create-project stefanak-michal/dragoncore. - Open cmd/bash in framework root directory and execute
php -f scripts/create-app.php ../new-app. - Now your application with basic hierarchy is ready in directory
new-appnext to framework directory. - Open http://localhost/new-app in your browser and you will see page with
Hello new-app!(of course if you work within htdocs).
Check documentation for more informations.