struktal/struktal-core

Core library for the Struktal PHP framework

Maintainers

Package info

github.com/Struktal/struktal-core

pkg:composer/struktal/struktal-core

Statistics

Installs: 289

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 2


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.