https://github.com/micky-n/mkycore
Mky Framework Core Application
https://github.com/micky-n/mkycore
framework hmvc-architecture mvc-architecture php php81
Last synced: 2 months ago
JSON representation
Mky Framework Core Application
- Host: GitHub
- URL: https://github.com/micky-n/mkycore
- Owner: Micky-N
- License: mit
- Created: 2022-02-16T14:25:10.000Z (about 4 years ago)
- Default Branch: 2.x
- Last Pushed: 2023-02-07T10:20:58.000Z (about 3 years ago)
- Last Synced: 2025-03-02T15:44:51.548Z (about 1 year ago)
- Topics: framework, hmvc-architecture, mvc-architecture, php, php81
- Language: PHP
- Homepage:
- Size: 831 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About MkyCORE
> **Note:** This repository contains the core code of the Mky framework. visit and use the framework [Mky Framework](https://github.com/Micky-N/mky)
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](LICENSE.md).
