TNT Framework is an ultra-fast and memory-light PHP framework focused on simplicity, performance, and developer experience.
- ⚡ Super-fast route dispatching powered by
tnt-framework/router - 🪶 Small footprint with minimum dependencies
- 📦 Custom
tnt-framework/containerfor intelligent dependency injection handling - 🧠 Strong typing in
Config.phpfor better IDE hinting and autocomplete - 📐 Follows PHP PSR standards where possible
- 🚀 Built for performance and clean architecture
TNT Framework currently supports PHP 7.4+.
Many hosting providers still rely on PHP 7.4 environments for shared hosting customers. TNT Framework is designed to remain accessible and usable even on older hosting infrastructures while still providing modern development patterns and architecture.
A dedicated PHP 8+ branch is planned and will introduce additional modern language features and optimizations.
TNT Framework aims to provide a lightweight foundation for modern PHP applications without unnecessary complexity. It focuses on speed, maintainability, and developer productivity.
- Keep the framework fast and lightweight
- Reduce memory usage
- Provide clean and predictable APIs
- Maintain minimal external dependencies
- Support modern PHP development practices
MIT