Search by

struktal / struktal-core

JensOstertag

Core library for the Struktal PHP framework

Package info

github.com/Struktal/struktal-core

pkg:composer/struktal/struktal-core

Statistics

Installs: 1 442

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 4

1.0.4 2026-04-18 11:08 UTC

This package is auto-updated.

Last update: 2026-09-15 12:34:20 UTC


README

Core library for the Struktal PHP framework

Installation

To install this library, include it in your project using Composer:

composer require struktal/struktal-core

Usage

Start the application by calling the start method on the StruktalCore class:

\struktal\core\StruktalCore::start(__APP_DIR__, \app\users\User::class);

This defines all globals and initializes the application.

License

This software is licensed under the MIT license. See the LICENSE file for more information.