easymvc / core
The Core Class for the EasyMVC Framework
0.8.1.2
2022-11-26 10:10 UTC
Requires
- php: >=8.1
- easymvc/controller: ^1
- easymvc/email: ^2
- easymvc/httprequest: ^7
- easymvc/login: ^8
- easymvc/menu: ^2
- easymvc/model: ^1
- easymvc/repository: ^8
- easymvc/router: ^1
- rudymas/manipulator: ^1
- rudymas/pdo-ext: ^8.1
README
EasyMVC's Core class
This is the heart of the EasyMVC Framework!
The repository 'easymvc' contains the structure and some pre-configured files of the Framework. Emvc_Core provides the logic behind it.
It's specially made for my framework, so it will be difficult to add this one to your own project. But if you want to try it, you can install the package through composer.
composer require easymvc/core
or by editing composer.json yourself and adding:
"require": {
"easymvc/core": "*"
}
The only documentation provided will be in the class-file itself!