tlumx / framework
Tlumx framework is a fast PHP MVC framework using middlewares, that allows you to create powerful web applications quickly and easily
v2.0.1
2018-09-25 20:26 UTC
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: 2024-10-31 00:51: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.