projector22 / lourie-basic-framework

A simple framework for spinning up web apps quickly.
1 stars 0 forks source link
framework-php php php81

Lourie Basic Framework

GitHub tag (latest SemVer)

This project will function as a basic framework and template for future webapps. Versions in the code generally refer to the release version on Lourie Registration System, for which they were developed. Framework versions are marked LBF. For example:

/**
 * @since   LRS 3.25.0  <- LRS version
 * @since   LBF 0.1.0   <- LBF version
 */

Note

This app is in an BETA state. Use on production at your own risk.

How to Use

Install and configure composer for your app if you haven't already, then run the following command:

composer require projector22/lourie-basic-framework

Then you can simply begin calling the tools you need. For example:

<?php

use LBF\HTML\HTML;

HTML::div( ['class' => 'example'] );
// ... Other code
HTML::close_div();

Features

Attribution

Lead Designer

Open Source

Besides my own, this framework use the following open source tools with grateful thanks.