Skip to content

This is a small and elegant PHP framework to accelerate the creation of websites and applications.

Notifications You must be signed in to change notification settings

cceffas/fastkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a small and elegant PHP framework to accelerate the creation of websites and applications. created by ceffas


start now

composer install

start serve

php fast serve

start code

# web/routes/uri.php

use Fastkit\libs\Http as Route;
use Fastkit\libs\View;


Route::get('/', function () {
    
   echo "hello world";

});

About

This is a small and elegant PHP framework to accelerate the creation of websites and applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages