shoaib/sir-juni

A simple mini-php framework to build backends.

Installs: 107

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

dev-master 2024-05-01 11:59 UTC

This package is auto-updated.

Last update: 2024-05-01 11:59:17 UTC


README

badge4 badge1 badge2 badge1

SirJuni

logo

A Simple Mini-Framework for PHP Backend Development

Quick Install with Composer

Just execute

composer require shoaib/sir-juni

How to use

If you want to use Components from the Framework, make sure you include the autoload.php file from the vendor/ directory that gets created after running the above command.

After this, you can simply use the components of the framework by using the use sirJuni\Framework\.. below the require statement of the 'autoload.php'.

For a complete setup tutorial visit the Documentation.