ahesanali/yahmi-app

Yahmi Web application development framework

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/ahesanali/yahmi-app

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

This package is auto-updated.

Last update: 2025-09-13 17:14:44 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.