litephp/core

LitePHP - A lightweight PHP framework

Maintainers

Package info

github.com/Lazycoder229/litephp

pkg:composer/litephp/core

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-06-05 06:45 UTC

This package is auto-updated.

Last update: 2026-06-05 08:38:20 UTC


README

The core engine of LitePHP. Contains:

  • Core/ — Framework internals (routing, HTTP, DB, auth, validation, etc.)
  • Bootstrap/ — Not used here; Bootstrap lives in the app project
  • autoload.php — PSR-4 autoloader for Core\ namespace

Usage

Install this folder alongside your app project: