github.com/bvlinsky/techno
Source
Issues
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 1
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
Unlicense 075bffa2e8ade212b70d79ac995309746e1ce630
This package is auto-updated.
Last update: 2025-03-06 16:14:00 UTC
💀 Dead simple PHP microframework
// index.php $app = new Depth\Techno\App(); $app->run();
// router.php return [ 'GET /' => Index::class, 'POST /action' => Action::class, ];