Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

bvlinsky/techno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Depth\Techno

๐Ÿ’€ Dead simple PHP microframework

// index.php
$app = new Depth\Techno\App();
$app->run();

Router

// router.php
return [
    'GET /' => Index::class,
    'POST /action' => Action::class,
];

About

๐Ÿ’€ Dead simple PHP microframework

Topics

Resources

License

Stars

Watchers

Forks