ahesanali / yahmi-app
Yahmi Web application development framework
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- ahesanali/yahmi: dev-master
- symfony/error-handler: ^5.2@dev
This package is auto-updated.
Last update: 2024-11-13 15:11:35 UTC
README
Yahmi Web application development framework using PHP language
This framework covers below modules for MVC application
- Controllers and Middleware
- Blade template engine
- Database query language
- Request Validation
- Router
- Session Management and Cookie Management
- Auth Module:Users,Roles and Permissions
- Application Logging for debugg logs
- Configurations. Like database,email and other configuration files.
- Notifications(Email,SMS abstraction)
Auth Library Classes
- User
- Role
- 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.