Naive PHP MVC
naive is an open source php framework on MVC architecture.
client side uses Silver River as template engine.
Wiki
learn more from Github Wiki
Folder Structure
.
├── App
│ ├── Assets
│ ├── Controller
│ ├── DataBase
│ ├── Filter
│ ├── Group
│ ├── Language
│ ├── MiddleWare
│ ├── Model
│ ├── Others
│ ├── View
│ └── app.php
├── System
│ ├── Communicate
│ │ ├── Cron (https://github.com/jobbyphp/jobby)
│ │ ├── Curl (https://github.com/php-curl-class/php-curl-class)
│ │ ├── pdf (https://github.com/mpdf/mpdf)
│ │ └── qrcode (http://phpqrcode.sourceforge.net/)
│ ├── Control
│ │ ├── Nodejs
│ │ └── River
│ ├── Database
│ │ └── Model
│ ├── DateTime (https://github.com/jenssegers/date)
│ ├── FileSystem (https://github.com/thephpleague/flysystem)
│ ├── Language
│ ├── Mail (https://github.com/PHPMailer/PHPMailer)
│ └── Security
├── includes.php
└── index.php
License
The NAIVE framework is open-sourced software licensed under the MIT License