micky / mkycore
Micky framework core
v2.2.0
2023-02-07 10:18 UTC
Requires
- php: ^8.1
- ext-openssl: *
- ext-pdo: *
- ext-readline: *
- doctrine/inflector: ^2.0
- egulias/email-validator: ^2.0|^3.1
- fakerphp/faker: ^1.21
- guzzlehttp/guzzle: ^7.5
- http-interop/response-sender: ^1.0
- league/flysystem: ^3.11
- micky/mkyengine: ^1.0
- middlewares/whoops: ^2.0
- nesbot/carbon: ^2.63
- psr/container: ^2.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- symfony/polyfill-iconv: ^1.0
- symfony/polyfill-intl-idn: ^1.10
- symfony/polyfill-mbstring: ^1.0
- symfony/process: ^6.2
Requires (Dev)
- phpunit/php-code-coverage: ^9.2
- phpunit/phpunit: ^9.5
- symfony/var-dumper: ^6.1
README
About MkyCORE
Note: This repository contains the core code of the Mky framework. visit and use the framework Mky Framework
Mky Framework is a web application framework using HMVC architecture. Implementing the module system in order to have a better separation and maintainability of each module present in your Web application. Each module includes:
- MVC architecture.
- Routing system.
- Dependancy Injection Container with auto-wiring.
- Database migration and populate.
- ORM with manager and entity.
- Event system.
- File system made thanks to Flysystem
MkyFramework is accessible, powerful and efficient for large applications.
License
Mkyframework is licensed under the MIT license.