koansu / framework
A framework for professional php developers
v0.1.2
2022-10-03 19:50 UTC
Requires
- php: >=7.2.0
- ext-ctype: *
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- psr/container: 1.*|2.0.*
- psr/http-message: 1.*
- psr/http-server-middleware: 1.*
- psr/log: ~1.0
Requires (Dev)
- fakerphp/faker: ^1.16
- mockery/mockery: ~1.3
- nikic/fast-route: 1.3.*
- phpunit/phpunit: 6.*|7.*|8.*|9.*
Replaces
- koansu/core: v0.1.2
- koansu/dependency-injection: v0.1.2
- koansu/testing: v0.1.2
This package is auto-updated.
Last update: 2024-10-16 14:08:17 UTC
README
Koansu
Koansu - from the japanese word kōan suru: 考案: to design, to invent; to devise, to develop, to think up
Why another framework
Koansu is a framework for professional php developers. It bypasses all the "simplifying" inconsistencies of php to enforce devs to work more strict to coding principles and avoid the susceptibility of php application for maintenance issues, security vulnerablities and performance regressions.
It is strongly inspired by the Zen of python, SOLID, DDD, Laravel, The Qt Framework and Flask.