ahesanali/yahmi-app

Yahmi Web application development framework

dev-master 2020-10-13 06:04 UTC

This package is auto-updated.

Last update: 2024-04-13 14:02:46 UTC


README

Yahmi Web application development framework using PHP language

This framework covers below modules for MVC application

  1. Controllers and Middleware
  2. Blade template engine
  3. Database query language
  4. Request Validation
  5. Router
  6. Session Management and Cookie Management
  7. Auth Module:Users,Roles and Permissions
  8. Application Logging for debugg logs
  9. Configurations. Like database,email and other configuration files.
  10. Notifications(Email,SMS abstraction)

Auth Library Classes

  1. User
  2. Role
  3. AuthManager

To run this app

Use this command: php -S localhost:8000 -t public/ This command will use php's inbuilt web server. Note that this development server only. You can't use it in production environment.