azelea / core
The core for the azelea php lightweight framework
V1.0.2
2024-09-26 10:18 UTC
This package is auto-updated.
Last update: 2025-06-27 18:10:54 UTC
README
What is this repo?
This repo is for the core of the lightweight PHP framework named Azelea.
How do I run this?
This repo is for the composer package, which you can install
with composer require azelea/core
.
You also require a template for the framework. One can be found
on my GitHub Page.
How do I contribute to this?
Currently I have no idea if others can contribute to this repo. If you can, any help is appreciated. You can also contribute to the azelea-test repo in my profile.
ToDo List
Stuff that needs to be implemented:
- Model/Entity manager
- CLI needs to create them
- CLI needs to push them to db
- Migrations needs to be dynamically created
- Ensure only 1 database connection is open
- Types, defined as attributes (like
#[HashedPassword]
)
- (S)FTP & WebDav Support
- Session management
- User ID or token
- Cookie manager
- Form Creator
- HTML Cleanup