Releases: wasishah33/wafwork
Releases · wasishah33/wafwork
Initial Release
WAFWork is a lightweight PHP MVC framework inspired by Laravel, designed for fast performance and minimal overhead while maintaining essential functionality.
Features
- MVC Architecture - Clean separation of concerns with Models, Views, and Controllers
- Simple & Intuitive Routing - Express-style routing with support for all HTTP methods
- Database Abstraction Layer - Simple ORM implementation with fluent query builder
- Template Engine - Blade-like syntax for views with layouts, sections, and includes
- Dependency Injection Container - Service container for managing class dependencies
- Environment Configuration - Support for .env files to manage environment variables
- Helper Functions - Laravel-inspired helper functions for common tasks
- Middleware Support - Request/response filters with middleware pattern