My own php framework with minimal ORM and REST-capabilites. Currently not actively developed, but should be in a working state so far.
This requires PHP 8.0
Check the wiki.
You should make the following directories inside your project:
- Core - clone of this repository
- Templates - contains html files that will be used as http responses. Hard-coded in Template.php
- Resources - images or other files you want to include from the templates.
The project includes an autoloader script, so keep your names and namespaces consistent.
Mostly finished web application that contains interesting extensions.
https://github.com/AstralShadow/bookish-engine-php
A website created for 36 hours. Has more sophisticated routing system.
https://github.com/AstralShadow/warehouse-web
An unfinished project that was developed alongside the framework.
https://github.com/AstralShadow/ToDoWebapp