khokonc / chandra
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/khokonc/chandra
Requires
- php: ^7.4|^8.0
- khokonc/mvc-core: ^1.2
Requires (Dev)
- symfony/dotenv: ^6.3
README
PHP Micro Framework (MVC)
Developed By Khokon-Chandra
Developed using OOP PHP && MySql.
Installation:
- Run Command:
composer create-project khokonc/chandra myproject
- create a database (mysql)
- Copy .env.example as .env . And Update Environment variable
APP_NAME=Chandra APP_DEBUG=true APP_KEY=KD83475JSFL9859H6LJ09Q34JF156446T42 APP_URL=http://localhost:8000 DB_PORT=3306 DB_HOST=localhost DB_NAME=chandra USER_NAME=root PASSWORD=
hostname , database name, user and passwordl. also APP_URL<br>
import
users.sql
file to your database
- run the local server php -S localhost:8000
php -S localhost:8000 -t=public
6.finaly goto the browser.
Features
** Models library like eloquent orm
** View library like (blade template)
** Controllers Library
** User Request Maintanance
** Middleware
** Exception for Error Handling.
** Session Management.
** Helpers function
I have implemented PDO library for database query. It's very secure and protect from sql injection.