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
    1. CLI needs to create them
    2. CLI needs to push them to db
    3. Migrations needs to be dynamically created
    4. Ensure only 1 database connection is open
    5. Types, defined as attributes (like #[HashedPassword])
  • (S)FTP & WebDav Support
  • Session management
    1. User ID or token
  • Cookie manager
  • Form Creator
    1. HTML Cleanup