knut7/framework

1.0.15 2023-12-05 16:01 UTC

README

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status PHP Composer license Packagist PHPStan

/** *

Introduction

Knut7 is a framework created and maintained by MACHIZE to facilitate the rapid development of systems for any experienced developer or not !! A web application framework is a software framework designed to support the development of dynamic web sites, web applications and web services. The framework is designed to alleviate the overhead associated with common web development activities.

Source: wikipedia

Knut7- FRAMEWORK follows the Architectural Model Vision and Controller (MVC) pattern that will allow you to reuse your code without much difficulty. It has the following structure:

Requirements:

PHP v7.x Basic knowledge of php The rest is easy.

Link to contributions and Download: https://github.com/knut7 && https://github.com/knut7/framework

Installation

Create project

composer create-project --prefer-dist knut7/knut7 site

Install

composer.json file:

{
    "require": {
        "knut7/framework": "*"
    }
}

after run the install command.

$ composer install

OR run the following command directly.

$ composer require knut7/framework

Docs

Documentation page: Framework Docs

License

MIT license