tlumx / framework
Tlumx framework is a fast PHP MVC framework using middlewares, that allows you to create powerful web applications quickly and easily
Installs: 37
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tlumx/framework
Requires
- php: ^7.1
- psr/container: ^1.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- tlumx/tlumx-eventmanager: 1.0.*
- tlumx/tlumx-router: 1.0.*
- tlumx/tlumx-servicecontainer: 1.0.*
- tlumx/tlumx-view: 1.0.*
- zendframework/zend-diactoros: ^1.8
Requires (Dev)
- phpspec/prophecy: ^1.7
- phpunit/phpunit: ^6.5
- satooshi/php-coveralls: ^2.0
- squizlabs/php_codesniffer: 3.*
This package is not auto-updated.
Last update: 2025-10-02 05:13:41 UTC
README
Tlumx Framework 2
is a fast PHP MVC framework using middlewares, that allows you to create powerful web applications quickly and easily.
Requirements
- PHP >= 7.1
Installation
Use Composer to install Tlumx Framework.
$ composer require tlumx/framework "^2.0"
Usage
See: https://docs.tlumx.com/framework/
Resources
- File issues at https://github.com/tlumx/framework/issues
- Documentation is at https://docs.tlumx.com/framework/
- License File for more information.