azelea / core
The core for the azelea php lightweight framework
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/azelea/core
This package is auto-updated.
Last update: 2025-12-27 19:17:05 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