lum / lum-app
Libraries for MVC-style apps
Requires
- lum/lum-auth: ^1.0
- lum/lum-compat: ^2.6
- lum/lum-core: ^3.0
- lum/lum-html: ^2.0
- lum/lum-plugins-conf: ^1.0
- lum/lum-plugins-router: ^1.0
- lum/lum-plugins-web: ^1.0
- lum/lum-text: ^2.0
- lum/lum-uimsg: ^2.0
Requires (Dev)
- lum/lum-test: ^3.1
This package is auto-updated.
Last update: 2024-10-31 23:01:50 UTC
README
Summary
A collection of libraries for MVC-style apps.
Has abstract classes, utility classes, and modular traits for both controllers and a small selection of certain models that apps may desire.
This is one of the packages that replaces the older lum-framework package.
Extensions
Database-specific model classes are in their own packages:
TODO: Auth changes!
Currently a lot of logic for authentication is implemented in the
Lum\Controllers\Has\Auth
, Lum\Controllers\For\User*
, and
various Lum\Models\*
classes and traits. That is going to change.
The majority of actual authentication code will be moved into the
lum-auth package, which will be modularlized further and have
a new API that is cleaner and easier to extend (features such as
MFA and Passkeys will be added to the new version.)
The existing traits and classes will still exist, with their existing
API methods, but they'll be using the new lum-auth
APIs instead of
implementing the functionality themselves. Several of the methods
in Lum\Controllers\Has\Auth
will be marked as deprecated for
all future versions of the 1.x
releases, and will be removed entirely
from the next major (2.0
) release. Some of the other traits and
classes may also have deprecated APIs, the docs will be updated
accordingly once the refactoring has been done.
Official URLs
This library can be found in two places:
Authors
- Timothy Totten