Skip to content

Framework PHP ringan untuk membangun aplikasi web dengan cepat dan efisien.

License

Notifications You must be signed in to change notification settings

fitri-hy/litephp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LitePHP/
├── app/
│   ├── Controllers/
│   │   └── HomeController.php
│   ├── Models/
│   ├── Views/
│   │   └── home.php
│   └── routes.php
├── config/
│   ├── config.php
│   └── database.php
├── core/
│   ├── Bootstrap.php
│   ├── Router.php
│   ├── Controller.php
│   ├── Model.php
│   └── View.php
├── public/
│   ├── assets/
│   └── index.php
├── vendor/
├── .env
├── composer.json
└── README.md

About

Framework PHP ringan untuk membangun aplikasi web dengan cepat dan efisien.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages