Skip to content

stefanak-michal/DragonCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

309 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DragonCore

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

Ask DeepWiki

How to start

You have three options how to start using this framework:

  1. Install (clone) the framework to own directory and add into your project composer PSR-4 autoloader path "Dragon": "path/to/DragonCore".
  2. Require this framework as a dependency in your project composer require stefanak-michal/dragoncore.
  3. Use composer to create project with framework composer create-project stefanak-michal/dragoncore and add your project files right into it.

After that you just have to call constructor of \Dragon\Application in your project start file (usually index.php):

require_once __DIR__ . '/vendor/autoload.php';

$application = new Dragon\Application();
$application->run();

Check documentation for more informations.

ko-fi

About

PHP framework. Simple, fast and lightweight.

Topics

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Sponsor this project

  •  

Contributors